Abrasives

  • Дата Публикации: 21-01-22

 Abrasives How do abrasives work? Abrasives Materials are hard crystals that are either found in nature or manufactured. The most commonly used of such materials are aluminum oxide, silicon carbide, cubic boron nitride, and diamond. Other materials such…

Подробнее

V-Belts

  • Дата Публикации: 21-01-22

V-Belts What is a V-Belt? A Wrapped Type V- Belt Machine is a flexible machine element used to transmit power between a set of grooved pulleys or sheaves. They are characterized as belts having a trapezium cross-section. V-belts are the most widely used…

Подробнее

Vehicle Essentials: The Importance of Wheel Hubs

  • Дата Публикации: 21-01-22

Vehicle Essentials: The Importance of Wheel Hubs Wheels may look like they operate simply, but they are not called mankind’s best invention in vain. Whilst old wooden wheels weren’t as complicated as today’s car wheels, they provided the rotational force…

Подробнее

Benefits Of Using Electric Bikes

  • Дата Публикации: 21-01-22

Benefits Of Using Electric Bikes We’re living in the future! In all aspects, technology has improved our lives, whether that be through breakthrough medicines, renewable energy or new sporting ideas to keep us active (and living) longer… one of these…

Подробнее

Choosing Pots and Pans to Improve Your Cooking

  • Дата Публикации: 21-01-22

 Choosing Pots and Pans to Improve Your Cooking A few well-chosen pieces—starting with a good stockpot and a heavy sauté pan—can make a big difference As a Fine Cooking editor, I’ve had the chance to observe lots of great cooks at work. From them, I’ve…

Подробнее

Поделиться


Profiler

Database (default) 0.083710 s
19.8438 kB
Исходный пункт Min Max Average Всего
SELECT `group_name`, `config_key`, `config_value` FROM `oc2_config` ORDER BY `group_name` ASC, `config_key` ASC (1)
0.001791 s
0.001791 s
0.001791 s
0.001791 s
0.8125 kB
0.8125 kB
0.8125 kB
0.8125 kB
SELECT `oc2_`.`id_crontab` AS `id_crontab`, `oc2_`.`name` AS `name`, `oc2_`.`period` AS `period`, `oc2_`.`callback` AS `callback`, `oc2_`.`params` AS `params`, `oc2_`.`description` AS `description`, `oc2_`.`date_created` AS `date_created`, `oc2_`.`date_started` AS `date_started`, `oc2_`.`date_finished` AS `date_finished`, `oc2_`.`date_next` AS `date_next`, `oc2_`.`times_executed` AS `times_executed`, `oc2_`.`output` AS `output`, `oc2_`.`running` AS `running`, `oc2_`.`active` AS `active` FROM `oc2_crontab` AS `oc2_` WHERE `active` = 1 AND (`date_next` <= '2024-07-07 14:27:08' OR `date_next` IS NULL) (1)
0.000551 s
0.000551 s
0.000551 s
0.000551 s
0.6563 kB
0.6563 kB
0.6563 kB
0.6563 kB
SHOW FULL COLUMNS FROM `oc2_ads` (1)
0.000836 s
0.000836 s
0.000836 s
0.000836 s
0.6563 kB
0.6563 kB
0.6563 kB
0.6563 kB
SELECT `oc2_location`.`id_location` AS `id_location`, `oc2_location`.`name` AS `name`, `oc2_location`.`order` AS `order`, `oc2_location`.`id_location_parent` AS `id_location_parent`, `oc2_location`.`parent_deep` AS `parent_deep`, `oc2_location`.`seoname` AS `seoname`, `oc2_location`.`description` AS `description`, `oc2_location`.`last_modified` AS `last_modified`, `oc2_location`.`has_image` AS `has_image`, `oc2_location`.`latitude` AS `latitude`, `oc2_location`.`longitude` AS `longitude`, `oc2_location`.`id_geoname` AS `id_geoname`, `oc2_location`.`fcodename_geoname` AS `fcodename_geoname` FROM `oc2_locations` AS `oc2_location` WHERE `seoname` IS NULL LIMIT 1 (1)
0.000206 s
0.000206 s
0.000206 s
0.000206 s
0.6563 kB
0.6563 kB
0.6563 kB
0.6563 kB
SELECT COUNT(`oc2_ad`.`id_ad`) AS `records_found` FROM `oc2_ads` AS `oc2_ad` WHERE `status` = 1 (1)
0.019054 s
0.019054 s
0.019054 s
0.019054 s
0.6563 kB
0.6563 kB
0.6563 kB
0.6563 kB
SELECT `oc2_ad`.`id_ad` AS `id_ad`, `oc2_ad`.`id_user` AS `id_user`, `oc2_ad`.`id_category` AS `id_category`, `oc2_ad`.`id_location` AS `id_location`, `oc2_ad`.`title` AS `title`, `oc2_ad`.`seotitle` AS `seotitle`, `oc2_ad`.`description` AS `description`, `oc2_ad`.`address` AS `address`, `oc2_ad`.`latitude` AS `latitude`, `oc2_ad`.`longitude` AS `longitude`, `oc2_ad`.`price` AS `price`, `oc2_ad`.`phone` AS `phone`, `oc2_ad`.`website` AS `website`, `oc2_ad`.`ip_address` AS `ip_address`, `oc2_ad`.`created` AS `created`, `oc2_ad`.`published` AS `published`, `oc2_ad`.`featured` AS `featured`, `oc2_ad`.`last_modified` AS `last_modified`, `oc2_ad`.`status` AS `status`, `oc2_ad`.`has_images` AS `has_images`, `oc2_ad`.`stock` AS `stock`, `oc2_ad`.`rate` AS `rate`, `oc2_ad`.`favorited` AS `favorited`, `oc2_ad`.`cf_doppole` AS `cf_doppole` FROM `oc2_ads` AS `oc2_ad` WHERE `status` = 1 ORDER BY `published` DESC LIMIT 10 OFFSET 1470 (1)
0.030268 s
0.030268 s
0.030268 s
0.030268 s
0.6563 kB
0.6563 kB
0.6563 kB
0.6563 kB
SELECT `oc2_c`.`id_category`, COUNT("a.id_ad") AS `count` FROM `oc2_categories` AS `oc2_c` JOIN `oc2_ads` AS `oc2_a` USING (`id_category`) WHERE `oc2_a`.`id_category` = oc2_c.id_category AND IF(0 <> 0, DATE_ADD( published, INTERVAL 0 DAY), DATE_ADD( NOW(), INTERVAL 1 DAY)) > '2024-07-07 14:27:08' AND `oc2_a`.`status` = 1 GROUP BY `oc2_c`.`id_category` ORDER BY `oc2_c`.`order` ASC (1)
0.024630 s
0.024630 s
0.024630 s
0.024630 s
0.6563 kB
0.6563 kB
0.6563 kB
0.6563 kB
SELECT `oc2_category`.`id_category` AS `id_category`, `oc2_category`.`name` AS `name`, `oc2_category`.`order` AS `order`, `oc2_category`.`created` AS `created`, `oc2_category`.`id_category_parent` AS `id_category_parent`, `oc2_category`.`parent_deep` AS `parent_deep`, `oc2_category`.`seoname` AS `seoname`, `oc2_category`.`description` AS `description`, `oc2_category`.`price` AS `price`, `oc2_category`.`last_modified` AS `last_modified`, `oc2_category`.`has_image` AS `has_image` FROM `oc2_categories` AS `oc2_category` WHERE `oc2_category`.`id_category` = '2' LIMIT 1 (11)
0.000210 s
0.000358 s
0.000267 s
0.002940 s
0.6563 kB
0.6563 kB
0.6563 kB
7.2188 kB
SELECT `oc2_category`.`id_category` AS `id_category`, `oc2_category`.`name` AS `name`, `oc2_category`.`order` AS `order`, `oc2_category`.`created` AS `created`, `oc2_category`.`id_category_parent` AS `id_category_parent`, `oc2_category`.`parent_deep` AS `parent_deep`, `oc2_category`.`seoname` AS `seoname`, `oc2_category`.`description` AS `description`, `oc2_category`.`price` AS `price`, `oc2_category`.`last_modified` AS `last_modified`, `oc2_category`.`has_image` AS `has_image` FROM `oc2_categories` AS `oc2_category` WHERE `id_category` != 1 AND `parent_deep` IN (0, 1) ORDER BY `order` ASC (1)
0.000373 s
0.000373 s
0.000373 s
0.000373 s
0.6563 kB
0.6563 kB
0.6563 kB
0.6563 kB
SELECT `oc2_category`.`id_category` AS `id_category`, `oc2_category`.`name` AS `name`, `oc2_category`.`order` AS `order`, `oc2_category`.`created` AS `created`, `oc2_category`.`id_category_parent` AS `id_category_parent`, `oc2_category`.`parent_deep` AS `parent_deep`, `oc2_category`.`seoname` AS `seoname`, `oc2_category`.`description` AS `description`, `oc2_category`.`price` AS `price`, `oc2_category`.`last_modified` AS `last_modified`, `oc2_category`.`has_image` AS `has_image` FROM `oc2_categories` AS `oc2_category` WHERE `id_category_parent` = '2' AND `id_category` != '2' LIMIT 1 (1)
0.000361 s
0.000361 s
0.000361 s
0.000361 s
0.6563 kB
0.6563 kB
0.6563 kB
0.6563 kB
SELECT `oc2_location`.`id_location` AS `id_location`, `oc2_location`.`name` AS `name`, `oc2_location`.`order` AS `order`, `oc2_location`.`id_location_parent` AS `id_location_parent`, `oc2_location`.`parent_deep` AS `parent_deep`, `oc2_location`.`seoname` AS `seoname`, `oc2_location`.`description` AS `description`, `oc2_location`.`last_modified` AS `last_modified`, `oc2_location`.`has_image` AS `has_image`, `oc2_location`.`latitude` AS `latitude`, `oc2_location`.`longitude` AS `longitude`, `oc2_location`.`id_geoname` AS `id_geoname`, `oc2_location`.`fcodename_geoname` AS `fcodename_geoname` FROM `oc2_locations` AS `oc2_location` WHERE `oc2_location`.`id_location` = '0' LIMIT 1 (10)
0.000213 s
0.000351 s
0.000270 s
0.002700 s
0.6563 kB
0.6563 kB
0.6563 kB
6.5625 kB
Kohana 0.009343 s
145.7813 kB
Исходный пункт Min Max Average Всего
find_file (218)
0.000008 s
0.000142 s
0.000043 s
0.009343 s
0.4922 kB
2.8203 kB
0.6687 kB
145.7813 kB
Requests 0.802632 s
3,158.3359 kB
Исходный пункт Min Max Average Всего
"vse" (1)
0.804542 s
0.804542 s
0.804542 s
0.804542 s
3,171.8125 kB
3,171.8125 kB
3,171.8125 kB
3,171.8125 kB
Запуск приложения (1) 0.919464 s 0.919464 s 0.919464 s 0.919464 s
6,706.9922 kB 6,706.9922 kB 6,706.9922 kB 6,706.9922 kB

Окружающая среда

Включённые файлы (191)

Загруженые расширения (71)

$_SESSION

$_GET

$_SERVER