Hello and welcome in my OpenCart Profiler demo.

In case you don't know what my Profiler is, it's described in my GitHub and can be bought at the OpenCart Extensions Marketplace.

You don't get access to the admin side of this website, but there is no need, as the Profiler is always enabled for any visitor here, for your evaluation (unlike the real deal, where an admin can only turn it on for themselves and no one else).

Of course, there is nothing to really profile and debug on this particular demo: there are only a few products, no fancy template, no additional modules and no custom changes. But it's enough to get familiar with the Profiler and decide if you need it.

This is what you get out of the box, with only two added profiling steps, found near the end of "Code Seq":
"how long does `getTotalProducts()` take?"

/nekto

Printers

There are no products to list in this category.

Code Seq SQL Seq SQL Time Same SQL Similar SQL
Code
rows ms
81 ~74
SQL
rows ms
209 ~101
Manual
# Step TTFB, ms Trace RAM, Kb
1
model/design/translation/getTranslations()
-1000
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
-
Models called:
1 x `catalog/category/getCategories()`
1 x `catalog/category/getCategory()`
1 x `catalog/product/getProducts()`
1 x `catalog/product/getTotalProducts()`
1 x `design/translation/getTranslations()`
1 x `localisation/currency/getCurrencies()`
1 x `localisation/language/getLanguages()`
1 x `setting/event/getEvents()`
SQL: 38 request(s) (#1-38), total duration: ~20 ms
SQL Query 38 request(s), #1-38, total duration: ~20 ms Dur Total TTFB
Trace
1 SET time_zone = '+00:00' 0 0 TOTAL -3 TTFB
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
2 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '') 0 0 TOTAL -2 TTFB
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
3 SELECT `data` FROM `oc_session` WHERE `session_id` = '4f4b63f400e2b6a3fa1b6e842a' AND `expire` > '2024-11-21 09:16:33' 0 0 TOTAL -1 TTFB
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
4 SELECT * FROM oc_store WHERE REPLACE(`ssl`, 'www.', '') = 'https://opencart-profiler.nekto.com.ua/' 0.8461 0.8 TOTAL 3 TTFB
/catalog/controller/startup/startup.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
5 SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC 1.6437 2.5 TOTAL 4 TTFB
/catalog/controller/startup/startup.php:25 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:25 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
6 SET time_zone = '+02:00' 0.1165 2.6 TOTAL 4 TTFB
/catalog/controller/startup/startup.php:40 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:40 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
7 SELECT * FROM oc_language WHERE status = '1' ORDER BY sort_order, name 1.0214 3.6 TOTAL 6 TTFB
/catalog/model/localisation/language.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationLanguage->getLanguages()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/startup.php:54 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/catalog/model/localisation/language.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationLanguage->getLanguages()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/startup.php:54 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
8 SELECT * FROM `oc_currency` WHERE `status` = '1' ORDER BY `title` ASC 1.4943 5.1 TOTAL 8 TTFB
/catalog/model/localisation/currency.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationCurrency->getCurrencies()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/startup.php:148 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/catalog/model/localisation/currency.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationCurrency->getCurrencies()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/startup.php:148 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
9 SELECT * FROM oc_currency 0.3694 5.5 TOTAL 8 TTFB
/system/library/cart/currency.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:170 (in `Cart\Currency->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/currency.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:170 (in `Cart\Currency->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
10 SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'shipping' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '220' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '3490') ORDER BY tr1.priority ASC 2.23 7.7 TOTAL 10 TTFB
/system/library/cart/tax.php:16 (in `DB->query()`)
/catalog/controller/startup/startup.php:179 (in `Cart\Tax->setShippingAddress()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/tax.php:16 (in `DB->query()`)
/catalog/controller/startup/startup.php:179 (in `Cart\Tax->setShippingAddress()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
11 SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'store' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '220' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '3490') ORDER BY tr1.priority ASC 0.6403 8.4 TOTAL 11 TTFB
/system/library/cart/tax.php:44 (in `DB->query()`)
/catalog/controller/startup/startup.php:188 (in `Cart\Tax->setStoreAddress()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/tax.php:44 (in `DB->query()`)
/catalog/controller/startup/startup.php:188 (in `Cart\Tax->setStoreAddress()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
12 SELECT * FROM oc_weight_class wc LEFT JOIN oc_weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id) WHERE wcd.language_id = '1' 1.0926 9.5 TOTAL 12 TTFB
/system/library/cart/weight.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:191 (in `Cart\Weight->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/weight.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:191 (in `Cart\Weight->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
13 SELECT * FROM oc_length_class mc LEFT JOIN oc_length_class_description mcd ON (mc.length_class_id = mcd.length_class_id) WHERE mcd.language_id = '1' 0.8922 10.3 TOTAL 13 TTFB
/system/library/cart/length.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:194 (in `Cart\Length->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/length.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:194 (in `Cart\Length->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
14 DELETE FROM oc_cart WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR) 0.4833 10.8 TOTAL 14 TTFB
/system/library/cart/cart.php:15 (in `DB->query()`)
/catalog/controller/startup/startup.php:197 (in `Cart\Cart->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/cart.php:15 (in `DB->query()`)
/catalog/controller/startup/startup.php:197 (in `Cart\Cart->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
15 SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC 0.865 11.7 TOTAL 15 TTFB
/catalog/model/setting/event.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingEvent->getEvents()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/event.php:7 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupEvent->index()`)
/catalog/model/setting/event.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingEvent->getEvents()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/event.php:7 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupEvent->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
16 SELECT * FROM oc_seo_url WHERE keyword = 'printer' AND store_id = '0' 0.7973 12.5 TOTAL 16 TTFB
/catalog/controller/startup/seo_url.php:19 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupSeoUrl->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/seo_url.php:19 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupSeoUrl->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
17 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/category' OR route = 'en-gb') 0.3883 12.9 TOTAL 19 TTFB
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/product/category.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
18 SELECT DISTINCT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.category_id = '30' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' 1.0647 13.9 TOTAL 20 TTFB
/catalog/model/catalog/category.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategory()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:90 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/model/catalog/category.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategory()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:90 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
19 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.4672 14.4 TOTAL 21 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:104 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:104 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
20 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '30' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.9688 15.4 TOTAL 22 TTFB
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:136 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:136 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
21 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_product_to_category p2c LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.category_id = '30' 1.4938 16.9 TOTAL 24 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:161 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:161 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
22 SELECT p.product_id, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special FROM oc_product_to_category p2c LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.category_id = '30' GROUP BY p.product_id ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,15 2.1169 19 TOTAL 26 TTFB
/catalog/model/catalog/product.php:200 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:163 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/model/catalog/product.php:200 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:163 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
23 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0793 19.1 TOTAL 26 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:227 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:227 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
24 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0649 19.1 TOTAL 26 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:233 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:233 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
25 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0632 19.2 TOTAL 26 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:239 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:239 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
26 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0641 19.3 TOTAL 27 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:245 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:245 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
27 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0631 19.3 TOTAL 27 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:251 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:251 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
28 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0645 19.4 TOTAL 27 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:258 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:258 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
29 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0686 19.5 TOTAL 27 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:264 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:264 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
30 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0713 19.5 TOTAL 27 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:271 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:271 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
31 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0693 19.6 TOTAL 27 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:277 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:277 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
32 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0704 19.7 TOTAL 27 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
33 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.1215 19.8 TOTAL 28 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
34 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0732 19.9 TOTAL 28 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
35 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0667 19.9 TOTAL 28 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
36 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.1091 20 TOTAL 28 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
37 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.1082 20.1 TOTAL 29 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:330 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:330 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
38 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0805 20.2 TOTAL 29 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:338 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:338 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2
Controller `common/column_left` >> start
29
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/category/getCategoryLayoutId()`
1 x `design/layout/getLayout()`
1 x `design/layout/getLayoutModules()`
SQL: 3 request(s) (#39-41), total duration: ~2 ms
SQL Query 3 request(s), #39-41, total duration: ~2 ms Dur Total TTFB
Trace
39 SELECT * FROM oc_category_to_layout WHERE category_id = '30' AND store_id = '0' 0.688 0.7 TOTAL 30 TTFB
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
40 SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.7803 1.5 TOTAL 31 TTFB
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
41 SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_left' ORDER BY sort_order 0.7982 2.3 TOTAL 32 TTFB
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
3
{common/column_left}

Controller `extension/module/category` >> start
32
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
8 x `catalog/product/getTotalProducts()`
1 x `catalog/category/getCategories()`
1 x `design/theme/getTheme()`
1 x `design/translation/getTranslations()`
SQL: 19 request(s) (#42-60), total duration: ~11 ms
SQL Query 19 request(s), #42-60, total duration: ~11 ms Dur Total TTFB
Trace
42 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/category' OR route = 'en-gb') 0.5737 0.6 TOTAL 34 TTFB
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/extension/module/category.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
43 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.888 1.5 TOTAL 35 TTFB
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
44 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '20' 0.9791 2.4 TOTAL 36 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
45 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.6857 3.1 TOTAL 37 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
46 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '18' 0.5969 3.7 TOTAL 38 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
47 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.4028 4.1 TOTAL 38 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
48 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '25' 0.7279 4.9 TOTAL 39 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
49 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.3728 5.2 TOTAL 39 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
50 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '57' 0.5559 5.8 TOTAL 40 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
51 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' 0.3735 6.2 TOTAL 41 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
52 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '17' 0.6847 6.8 TOTAL 41 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
53 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' 0.4305 7.3 TOTAL 42 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
54 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '24' 0.7065 8 TOTAL 43 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
55 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' 0.4763 8.5 TOTAL 43 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
56 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '33' 0.6953 9.1 TOTAL 44 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
57 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' 0.4059 9.6 TOTAL 45 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
58 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '34' 0.564 10.1 TOTAL 45 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
59 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.3617 10.5 TOTAL 46 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
60 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/category' 0.8354 11.3 TOTAL 47 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/extension/module/category.php:62 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4
{common/column_left}

Controller `extension/module/category` << end
53
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `setting/module/getModule()`
SQL: 1 request(s) (#61-61), total duration: ~1 ms
SQL Query 1 request(s), #61-61, total duration: ~1 ms Dur Total TTFB
Trace
61 SELECT * FROM oc_module WHERE module_id = '30' 0.7348 0.7 TOTAL 54 TTFB
/catalog/model/setting/module.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingModule->getModule()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:60 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/setting/module.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingModule->getModule()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:60 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
5
{common/column_left}

Controller `extension/module/banner` >> start
54
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/column_left.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/column_left.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `design/banner/getBanner()`
1 x `design/theme/getTheme()`
1 x `tool/image/resize()`
SQL: 2 request(s) (#62-63), total duration: ~1 ms
SQL Query 2 request(s), #62-63, total duration: ~1 ms Dur Total TTFB
Trace
62 SELECT * FROM oc_banner b LEFT JOIN oc_banner_image bi ON (b.banner_id = bi.banner_id) WHERE b.banner_id = '6' AND b.status = '1' AND bi.language_id = '1' ORDER BY bi.sort_order ASC 1.1002 1.1 TOTAL 56 TTFB
/catalog/model/design/banner.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignBanner->getBanner()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/banner.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleBanner->index()`)
/catalog/model/design/banner.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignBanner->getBanner()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/banner.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleBanner->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
63 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/banner' 0.3329 1.4 TOTAL 56 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/extension/module/banner.php:29 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleBanner->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
6
{common/column_left}

Controller `extension/module/banner` << end
59
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/column_left.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/column_left.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `design/theme/getTheme()`
SQL: 1 request(s) (#64-64), total duration: ~0 ms
SQL Query 1 request(s), #64-64, total duration: ~0 ms Dur Total TTFB
Trace
64 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_left' 0.4035 0.4 TOTAL 59 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/column_left.php:72 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
7
Controller `common/column_left` << end
60
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
8
Controller `common/column_right` >> start
60
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/category/getCategoryLayoutId()`
1 x `design/layout/getLayout()`
1 x `design/layout/getLayoutModules()`
1 x `design/theme/getTheme()`
SQL: 4 request(s) (#65-68), total duration: ~1 ms
SQL Query 4 request(s), #65-68, total duration: ~1 ms Dur Total TTFB
Trace
65 SELECT * FROM oc_category_to_layout WHERE category_id = '30' AND store_id = '0' 0.1093 0.1 TOTAL 60 TTFB
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
66 SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.0719 0.2 TOTAL 61 TTFB
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
67 SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_right' ORDER BY sort_order 0.5258 0.7 TOTAL 61 TTFB
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
68 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_right' 0.4136 1.1 TOTAL 62 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/column_right.php:72 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
9
Controller `common/column_right` << end
63
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
10
Controller `common/content_top` >> start
63
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/category/getCategoryLayoutId()`
1 x `design/layout/getLayout()`
1 x `design/layout/getLayoutModules()`
1 x `design/theme/getTheme()`
SQL: 4 request(s) (#69-72), total duration: ~1 ms
SQL Query 4 request(s), #69-72, total duration: ~1 ms Dur Total TTFB
Trace
69 SELECT * FROM oc_category_to_layout WHERE category_id = '30' AND store_id = '0' 0.1709 0.2 TOTAL 63 TTFB
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
70 SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.0747 0.2 TOTAL 63 TTFB
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
71 SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_top' ORDER BY sort_order 0.5418 0.8 TOTAL 64 TTFB
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
72 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_top' 0.4267 1.2 TOTAL 64 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/content_top.php:72 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
11
Controller `common/content_top` << end
66
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
12
Controller `common/content_bottom` >> start
66
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/category/getCategoryLayoutId()`
1 x `design/layout/getLayout()`
1 x `design/layout/getLayoutModules()`
1 x `design/theme/getTheme()`
SQL: 4 request(s) (#73-76), total duration: ~1 ms
SQL Query 4 request(s), #73-76, total duration: ~1 ms Dur Total TTFB
Trace
73 SELECT * FROM oc_category_to_layout WHERE category_id = '30' AND store_id = '0' 0.1141 0.1 TOTAL 66 TTFB
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
74 SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.1114 0.2 TOTAL 66 TTFB
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
75 SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_bottom' ORDER BY sort_order 0.4358 0.7 TOTAL 67 TTFB
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
76 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_bottom' 0.3255 1 TOTAL 67 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/content_bottom.php:72 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
13
Controller `common/content_bottom` << end
68
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
14
Controller `common/footer` >> start
68
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/information/getInformations()`
1 x `design/theme/getTheme()`
1 x `design/translation/getTranslations()`
SQL: 7 request(s) (#77-83), total duration: ~5 ms
SQL Query 7 request(s), #77-83, total duration: ~5 ms Dur Total TTFB
Trace
77 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'en-gb') 0.4523 0.5 TOTAL 68 TTFB
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/footer.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
78 SELECT * FROM oc_information i LEFT JOIN oc_information_description id ON (i.information_id = id.information_id) LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id) WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1' ORDER BY i.sort_order, LCASE(id.title) ASC 1.6587 2.1 TOTAL 70 TTFB
/catalog/model/catalog/information.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogInformation->getInformations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/footer.php:10 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/catalog/model/catalog/information.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogInformation->getInformations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/footer.php:10 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
79 SELECT * FROM oc_seo_url WHERE `query` = 'information_id=4' AND store_id = '0' AND language_id = '1' 0.6045 2.7 TOTAL 71 TTFB
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
80 SELECT * FROM oc_seo_url WHERE `query` = 'information_id=6' AND store_id = '0' AND language_id = '1' 0.5188 3.2 TOTAL 71 TTFB
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
81 SELECT * FROM oc_seo_url WHERE `query` = 'information_id=3' AND store_id = '0' AND language_id = '1' 0.4325 3.7 TOTAL 72 TTFB
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
82 SELECT * FROM oc_seo_url WHERE `query` = 'information_id=5' AND store_id = '0' AND language_id = '1' 0.5556 4.2 TOTAL 72 TTFB
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
83 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer' 0.3088 4.5 TOTAL 73 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/footer.php:62 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
15
Controller `common/footer` << end
76
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
16
Controller `common/header` >> start
76
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `design/translation/getTranslations()`
1 x `setting/extension/getExtensions()`
SQL: 2 request(s) (#84-85), total duration: ~1 ms
SQL Query 2 request(s), #84-85, total duration: ~1 ms Dur Total TTFB
Trace
84 SELECT * FROM oc_extension WHERE `type` = 'analytics' 0.9631 1 TOTAL 77 TTFB
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/header.php:9 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/header.php:9 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
85 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'en-gb') 0.4125 1.4 TOTAL 78 TTFB
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/header.php:46 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
17
{common/header}

Controller `common/language` >> start
78
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `design/theme/getTheme()`
1 x `design/translation/getTranslations()`
1 x `localisation/language/getLanguages()`
SQL: 3 request(s) (#86-88), total duration: ~2 ms
SQL Query 3 request(s), #86-88, total duration: ~2 ms Dur Total TTFB
Trace
86 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'en-gb') 0.4105 0.4 TOTAL 79 TTFB
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/language.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
87 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.1911 0.6 TOTAL 79 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/language.php:42 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/language.php:42 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
88 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/language' 1.0079 1.6 TOTAL 80 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/language.php:45 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
18
{common/header}

Controller `common/language` << end
84
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
19
{common/header}

Controller `common/currency` >> start
84
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `design/theme/getTheme()`
1 x `design/translation/getTranslations()`
1 x `localisation/currency/getCurrencies()`
SQL: 3 request(s) (#89-91), total duration: ~1 ms
SQL Query 3 request(s), #89-91, total duration: ~1 ms Dur Total TTFB
Trace
89 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'en-gb') 0.4887 0.5 TOTAL 84 TTFB
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/currency.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
90 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.113 0.6 TOTAL 85 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/currency.php:44 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/currency.php:44 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
91 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency' 0.4952 1.1 TOTAL 86 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/currency.php:47 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
20
{common/header}

Controller `common/currency` << end
89
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
21
{common/header}

Controller `common/search` >> start
89
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `design/theme/getTheme()`
1 x `design/translation/getTranslations()`
SQL: 2 request(s) (#92-93), total duration: ~1 ms
SQL Query 2 request(s), #92-93, total duration: ~1 ms Dur Total TTFB
Trace
92 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'en-gb') 0.5375 0.5 TOTAL 90 TTFB
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/search.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonSearch->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
93 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/search' 0.3383 0.9 TOTAL 91 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/search.php:14 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonSearch->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
22
{common/header}

Controller `common/search` << end
92
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
23
{common/header}

Controller `common/cart` >> start
92
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
4 x `design/translation/getTranslations()`
1 x `design/theme/getTheme()`
1 x `extension/total/coupon/getTotal()`
1 x `extension/total/credit/getTotal()`
1 x `extension/total/reward/getTotal()`
1 x `extension/total/shipping/getTotal()`
1 x `extension/total/sub_total/getTotal()`
1 x `extension/total/tax/getTotal()`
1 x `extension/total/total/getTotal()`
1 x `extension/total/voucher/getTotal()`
1 x `setting/extension/getExtensions()`
SQL: 12 request(s) (#94-105), total duration: ~4 ms
SQL Query 12 request(s), #94-105, total duration: ~4 ms Dur Total TTFB
Trace
94 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'en-gb') 0.4238 0.4 TOTAL 92 TTFB
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/cart.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
95 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '4f4b63f400e2b6a3fa1b6e842a' 0.4957 0.9 TOTAL 93 TTFB
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:331 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:10 (in `Cart\Cart->getTaxes()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:331 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:10 (in `Cart\Cart->getTaxes()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
96 SELECT * FROM oc_extension WHERE `type` = 'total' 0.4356 1.4 TOTAL 93 TTFB
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:24 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:24 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
97 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'en-gb') 0.3887 1.7 TOTAL 94 TTFB
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/model/extension/total/sub_total.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalSubTotal->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
98 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '4f4b63f400e2b6a3fa1b6e842a' 0.1225 1.9 TOTAL 95 TTFB
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:321 (in `Cart\Cart->getProducts()`)
/catalog/model/extension/total/sub_total.php:6 (in `Cart\Cart->getSubTotal()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalSubTotal->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:321 (in `Cart\Cart->getProducts()`)
/catalog/model/extension/total/sub_total.php:6 (in `Cart\Cart->getSubTotal()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalSubTotal->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
99 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '4f4b63f400e2b6a3fa1b6e842a' 0.1095 2 TOTAL 95 TTFB
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:389 (in `Cart\Cart->getProducts()`)
/catalog/model/extension/total/shipping.php:4 (in `Cart\Cart->hasShipping()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalShipping->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:389 (in `Cart\Cart->getProducts()`)
/catalog/model/extension/total/shipping.php:4 (in `Cart\Cart->hasShipping()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalShipping->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
100 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'en-gb') 0.5519 2.5 TOTAL 96 TTFB
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/model/extension/total/credit.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalCredit->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
101 SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' 0.825 3.4 TOTAL 97 TTFB
/system/library/cart/customer.php:122 (in `DB->query()`)
/catalog/model/extension/total/credit.php:6 (in `Cart\Customer->getBalance()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalCredit->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/library/cart/customer.php:122 (in `DB->query()`)
/catalog/model/extension/total/credit.php:6 (in `Cart\Customer->getBalance()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalCredit->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
102 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'en-gb') 0.4297 3.8 TOTAL 98 TTFB
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/model/extension/total/total.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalTotal->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
103 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '4f4b63f400e2b6a3fa1b6e842a' 0.1588 3.9 TOTAL 98 TTFB
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:361 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:50 (in `Cart\Cart->countProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:361 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:50 (in `Cart\Cart->countProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
104 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '4f4b63f400e2b6a3fa1b6e842a' 0.084 4 TOTAL 98 TTFB
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
105 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/cart' 0.3114 4.3 TOTAL 99 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/cart.php:136 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
24
{common/header}

Controller `common/cart` << end
104
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
25
{common/header}

Controller `common/menu` >> start
104
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
2 x `catalog/category/getCategories()`
1 x `design/translation/getTranslations()`
SQL: 3 request(s) (#106-108), total duration: ~2 ms
SQL Query 3 request(s), #106-108, total duration: ~2 ms Dur Total TTFB
Trace
106 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'en-gb') 0.5058 0.5 TOTAL 105 TTFB
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/menu.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
107 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.1145 0.6 TOTAL 105 TTFB
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:13 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:13 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
108 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '20' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.9947 1.6 TOTAL 106 TTFB
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
26
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 26
106
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#109-111), total duration: ~2 ms
SQL Query 3 request(s), #109-111, total duration: ~2 ms Dur Total TTFB
Trace
109 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '26' 0.8367 0.8 TOTAL 107 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
110 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.1222 1 TOTAL 108 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
111 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' 0.5423 1.5 TOTAL 108 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
27
{common/header}
{common/menu}

...after `getTotalProducts()`
108
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
28
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 27
108
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#112-114), total duration: ~1 ms
SQL Query 3 request(s), #112-114, total duration: ~1 ms Dur Total TTFB
Trace
112 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '27' 0.7482 0.7 TOTAL 109 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
113 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.2351 1 TOTAL 110 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
114 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=27' AND store_id = '0' AND language_id = '1' 0.4998 1.5 TOTAL 110 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
29
{common/header}
{common/menu}

...after `getTotalProducts()`
110
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/category/getCategories()`
SQL: 2 request(s) (#115-116), total duration: ~1 ms
SQL Query 2 request(s), #115-116, total duration: ~1 ms Dur Total TTFB
Trace
115 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.1158 0.1 TOTAL 110 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
116 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '18' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.2975 1.4 TOTAL 111 TTFB
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
30
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 46
112
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#117-119), total duration: ~1 ms
SQL Query 3 request(s), #117-119, total duration: ~1 ms Dur Total TTFB
Trace
117 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '46' 0.7255 0.7 TOTAL 112 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
118 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.1146 0.8 TOTAL 113 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
119 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' 0.5883 1.4 TOTAL 113 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
31
{common/header}
{common/menu}

...after `getTotalProducts()`
113
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
32
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 45
113
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#120-122), total duration: ~1 ms
SQL Query 3 request(s), #120-122, total duration: ~1 ms Dur Total TTFB
Trace
120 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '45' 0.6854 0.7 TOTAL 114 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
121 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.0678 0.8 TOTAL 114 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
122 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=45' AND store_id = '0' AND language_id = '1' 0.4179 1.2 TOTAL 115 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
33
{common/header}
{common/menu}

...after `getTotalProducts()`
115
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/category/getCategories()`
SQL: 2 request(s) (#123-124), total duration: ~1 ms
SQL Query 2 request(s), #123-124, total duration: ~1 ms Dur Total TTFB
Trace
123 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.0582 0.1 TOTAL 115 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
124 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '25' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.8159 0.9 TOTAL 116 TTFB
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
34
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 29
116
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#125-127), total duration: ~1 ms
SQL Query 3 request(s), #125-127, total duration: ~1 ms Dur Total TTFB
Trace
125 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '29' 0.5509 0.6 TOTAL 116 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
126 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0949 0.6 TOTAL 117 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
127 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1' 0.3493 1 TOTAL 117 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
35
{common/header}
{common/menu}

...after `getTotalProducts()`
117
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
36
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 28
117
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#128-130), total duration: ~1 ms
SQL Query 3 request(s), #128-130, total duration: ~1 ms Dur Total TTFB
Trace
128 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '28' 0.6759 0.7 TOTAL 118 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
129 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1211 0.8 TOTAL 118 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
130 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' 0.6421 1.4 TOTAL 119 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
37
{common/header}
{common/menu}

...after `getTotalProducts()`
119
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
38
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 30
119
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#131-133), total duration: ~1 ms
SQL Query 3 request(s), #131-133, total duration: ~1 ms Dur Total TTFB
Trace
131 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '30' 0.7672 0.8 TOTAL 120 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
132 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1142 0.9 TOTAL 120 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
133 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.2792 1.2 TOTAL 120 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
39
{common/header}
{common/menu}

...after `getTotalProducts()`
120
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
40
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 31
120
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#134-136), total duration: ~1 ms
SQL Query 3 request(s), #134-136, total duration: ~1 ms Dur Total TTFB
Trace
134 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '31' 0.6365 0.6 TOTAL 121 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
135 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0617 0.7 TOTAL 121 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
136 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' 0.6295 1.3 TOTAL 122 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
41
{common/header}
{common/menu}

...after `getTotalProducts()`
122
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
42
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 32
122
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#137-139), total duration: ~1 ms
SQL Query 3 request(s), #137-139, total duration: ~1 ms Dur Total TTFB
Trace
137 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '32' 0.6646 0.7 TOTAL 122 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
138 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1142 0.8 TOTAL 123 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
139 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' AND store_id = '0' AND language_id = '1' 0.3981 1.2 TOTAL 123 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
43
{common/header}
{common/menu}

...after `getTotalProducts()`
123
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
5 x `catalog/category/getCategories()`
SQL: 10 request(s) (#140-149), total duration: ~6 ms
SQL Query 10 request(s), #140-149, total duration: ~6 ms Dur Total TTFB
Trace
140 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1365 0.1 TOTAL 123 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
141 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '57' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.8751 1 TOTAL 124 TTFB
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
142 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' 0.0772 1.1 TOTAL 125 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
143 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '17' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.0221 2.1 TOTAL 126 TTFB
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
144 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' 0.1747 2.3 TOTAL 126 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
145 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '24' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.0765 3.4 TOTAL 127 TTFB
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
146 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' 0.1314 3.5 TOTAL 128 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
147 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '33' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.9891 4.5 TOTAL 129 TTFB
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
148 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' 0.0889 4.6 TOTAL 129 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
149 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '34' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.2435 5.8 TOTAL 130 TTFB
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
44
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 43
131
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#150-152), total duration: ~1 ms
SQL Query 3 request(s), #150-152, total duration: ~1 ms Dur Total TTFB
Trace
150 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '43' 0.6628 0.7 TOTAL 131 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
151 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0793 0.7 TOTAL 131 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
152 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=43' AND store_id = '0' AND language_id = '1' 0.6247 1.4 TOTAL 132 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
45
{common/header}
{common/menu}

...after `getTotalProducts()`
132
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
46
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 44
132
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#153-155), total duration: ~1 ms
SQL Query 3 request(s), #153-155, total duration: ~1 ms Dur Total TTFB
Trace
153 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '44' 0.8442 0.8 TOTAL 133 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
154 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1088 1 TOTAL 133 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
155 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=44' AND store_id = '0' AND language_id = '1' 0.4471 1.4 TOTAL 134 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
47
{common/header}
{common/menu}

...after `getTotalProducts()`
134
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
48
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 47
134
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#156-158), total duration: ~1 ms
SQL Query 3 request(s), #156-158, total duration: ~1 ms Dur Total TTFB
Trace
156 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '47' 0.8947 0.9 TOTAL 135 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
157 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0729 1 TOTAL 135 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
158 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=47' AND store_id = '0' AND language_id = '1' 0.3826 1.4 TOTAL 135 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
49
{common/header}
{common/menu}

...after `getTotalProducts()`
135
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
50
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 48
135
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#159-161), total duration: ~1 ms
SQL Query 3 request(s), #159-161, total duration: ~1 ms Dur Total TTFB
Trace
159 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '48' 0.585 0.6 TOTAL 136 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
160 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0755 0.7 TOTAL 136 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
161 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=48' AND store_id = '0' AND language_id = '1' 0.4721 1.1 TOTAL 136 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
51
{common/header}
{common/menu}

...after `getTotalProducts()`
137
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
52
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 49
137
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#162-164), total duration: ~2 ms
SQL Query 3 request(s), #162-164, total duration: ~2 ms Dur Total TTFB
Trace
162 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '49' 0.8849 0.9 TOTAL 138 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
163 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.152 1 TOTAL 138 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
164 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=49' AND store_id = '0' AND language_id = '1' 0.6063 1.6 TOTAL 138 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
53
{common/header}
{common/menu}

...after `getTotalProducts()`
138
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
54
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 50
138
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#165-167), total duration: ~1 ms
SQL Query 3 request(s), #165-167, total duration: ~1 ms Dur Total TTFB
Trace
165 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '50' 0.8118 0.8 TOTAL 139 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
166 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1461 1 TOTAL 140 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
167 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=50' AND store_id = '0' AND language_id = '1' 0.394 1.4 TOTAL 140 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
55
{common/header}
{common/menu}

...after `getTotalProducts()`
140
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
56
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 51
140
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#168-170), total duration: ~1 ms
SQL Query 3 request(s), #168-170, total duration: ~1 ms Dur Total TTFB
Trace
168 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '51' 0.7848 0.8 TOTAL 141 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
169 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1246 0.9 TOTAL 141 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
170 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=51' AND store_id = '0' AND language_id = '1' 0.4735 1.4 TOTAL 142 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
57
{common/header}
{common/menu}

...after `getTotalProducts()`
142
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
58
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 52
142
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#171-173), total duration: ~1 ms
SQL Query 3 request(s), #171-173, total duration: ~1 ms Dur Total TTFB
Trace
171 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '52' 0.8694 0.9 TOTAL 143 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
172 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1859 1.1 TOTAL 143 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
173 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=52' AND store_id = '0' AND language_id = '1' 0.3852 1.4 TOTAL 143 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
59
{common/header}
{common/menu}

...after `getTotalProducts()`
143
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
60
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 53
143
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#174-176), total duration: ~1 ms
SQL Query 3 request(s), #174-176, total duration: ~1 ms Dur Total TTFB
Trace
174 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '53' 0.5925 0.6 TOTAL 144 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
175 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0715 0.7 TOTAL 144 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
176 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=53' AND store_id = '0' AND language_id = '1' 0.3695 1 TOTAL 145 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
61
{common/header}
{common/menu}

...after `getTotalProducts()`
145
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
62
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 54
145
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#177-179), total duration: ~1 ms
SQL Query 3 request(s), #177-179, total duration: ~1 ms Dur Total TTFB
Trace
177 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '54' 0.5869 0.6 TOTAL 145 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
178 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.071 0.7 TOTAL 145 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
179 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=54' AND store_id = '0' AND language_id = '1' 0.3811 1 TOTAL 146 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
63
{common/header}
{common/menu}

...after `getTotalProducts()`
146
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
64
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 55
146
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#180-182), total duration: ~1 ms
SQL Query 3 request(s), #180-182, total duration: ~1 ms Dur Total TTFB
Trace
180 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '55' 0.6564 0.7 TOTAL 147 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
181 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1443 0.8 TOTAL 147 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
182 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=55' AND store_id = '0' AND language_id = '1' 0.4188 1.2 TOTAL 147 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
65
{common/header}
{common/menu}

...after `getTotalProducts()`
147
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
66
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 56
147
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#183-185), total duration: ~1 ms
SQL Query 3 request(s), #183-185, total duration: ~1 ms Dur Total TTFB
Trace
183 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '56' 0.586 0.6 TOTAL 148 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
184 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.161 0.7 TOTAL 148 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
185 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=56' AND store_id = '0' AND language_id = '1' 0.4343 1.2 TOTAL 149 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
67
{common/header}
{common/menu}

...after `getTotalProducts()`
149
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
68
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 38
149
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#186-188), total duration: ~1 ms
SQL Query 3 request(s), #186-188, total duration: ~1 ms Dur Total TTFB
Trace
186 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '38' 0.6322 0.6 TOTAL 150 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
187 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.069 0.7 TOTAL 150 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
188 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=38' AND store_id = '0' AND language_id = '1' 0.6356 1.3 TOTAL 150 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
69
{common/header}
{common/menu}

...after `getTotalProducts()`
150
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
70
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 37
150
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#189-191), total duration: ~1 ms
SQL Query 3 request(s), #189-191, total duration: ~1 ms Dur Total TTFB
Trace
189 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '37' 0.8219 0.8 TOTAL 151 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
190 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0699 0.9 TOTAL 151 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
191 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=37' AND store_id = '0' AND language_id = '1' 0.3933 1.3 TOTAL 152 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
71
{common/header}
{common/menu}

...after `getTotalProducts()`
152
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
72
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 39
152
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#192-194), total duration: ~1 ms
SQL Query 3 request(s), #192-194, total duration: ~1 ms Dur Total TTFB
Trace
192 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '39' 0.7949 0.8 TOTAL 153 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
193 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1254 0.9 TOTAL 153 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
194 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=39' AND store_id = '0' AND language_id = '1' 0.511 1.4 TOTAL 154 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
73
{common/header}
{common/menu}

...after `getTotalProducts()`
154
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
74
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 40
154
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#195-197), total duration: ~2 ms
SQL Query 3 request(s), #195-197, total duration: ~2 ms Dur Total TTFB
Trace
195 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '40' 0.7174 0.7 TOTAL 154 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
196 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1261 0.8 TOTAL 155 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
197 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=40' AND store_id = '0' AND language_id = '1' 0.6583 1.5 TOTAL 155 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
75
{common/header}
{common/menu}

...after `getTotalProducts()`
155
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
76
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 41
155
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#198-200), total duration: ~2 ms
SQL Query 3 request(s), #198-200, total duration: ~2 ms Dur Total TTFB
Trace
198 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '41' 1.1945 1.2 TOTAL 157 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
199 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.209 1.4 TOTAL 157 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
200 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=41' AND store_id = '0' AND language_id = '1' 0.5025 1.9 TOTAL 158 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
77
{common/header}
{common/menu}

...after `getTotalProducts()`
158
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
78
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 42
158
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#201-203), total duration: ~1 ms
SQL Query 3 request(s), #201-203, total duration: ~1 ms Dur Total TTFB
Trace
201 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '42' 0.7408 0.7 TOTAL 158 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
202 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1047 0.8 TOTAL 159 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
203 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=42' AND store_id = '0' AND language_id = '1' 0.4821 1.3 TOTAL 159 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
79
{common/header}
{common/menu}

...after `getTotalProducts()`
159
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `design/theme/getTheme()`
SQL: 2 request(s) (#204-205), total duration: ~0 ms
SQL Query 2 request(s), #204-205, total duration: ~0 ms Dur Total TTFB
Trace
204 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.113 0.1 TOTAL 159 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
205 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/menu' 0.3165 0.4 TOTAL 160 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/menu.php:48 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
80
{common/header}

Controller `common/menu` << end
164
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `design/theme/getTheme()`
1 x `setting/setting/getSetting()`
SQL: 2 request(s) (#206-207), total duration: ~1 ms
SQL Query 2 request(s), #206-207, total duration: ~1 ms Dur Total TTFB
Trace
206 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/header' 0.3864 0.4 TOTAL 164 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/header.php:80 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
207 SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' 0.5496 0.9 TOTAL 168 TTFB
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/system/storage/modification/system/engine/action.php:71 (in `ControllerExtensionAdvertiseGoogle->__construct()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:205 (in `Event->trigger()`)
/catalog/controller/common/header.php:80 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
81
Controller `common/header` << end
168
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2,048
Models called:
1 x `design/theme/getTheme()`
1 x `setting/setting/getSetting()`
SQL: 2 request(s) (#208-209), total duration: ~0 ms
SQL Query 2 request(s), #208-209, total duration: ~0 ms Dur Total TTFB
Trace
208 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'product/category' 0.3483 0.3 TOTAL 168 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/product/category.php:364 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
209 SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' 0.1231 0.5 TOTAL 174 TTFB
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/system/storage/modification/system/engine/action.php:71 (in `ControllerExtensionAdvertiseGoogle->__construct()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:205 (in `Event->trigger()`)
/catalog/controller/product/category.php:364 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
Only queries containing
queries / 209 total, ms / 101 ms total
# Query Duration, ms Total, ms TTFB, ms Trace
1 SET time_zone = '+00:00' 0 0 -3
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
2 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '') 0 0 -2
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
3 SELECT `data` FROM `oc_session` WHERE `session_id` = '4f4b63f400e2b6a3fa1b6e842a' AND `expire` > '2024-11-21 09:16:33' 0 0 -1
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
4 SELECT * FROM oc_store WHERE REPLACE(`ssl`, 'www.', '') = 'https://opencart-profiler.nekto.com.ua/' 0.8461 0.8 3
/catalog/controller/startup/startup.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
5 SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC 1.6437 2.5 4
/catalog/controller/startup/startup.php:25 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:25 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
6 SET time_zone = '+02:00' 0.1165 2.6 4
/catalog/controller/startup/startup.php:40 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:40 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
7 SELECT * FROM oc_language WHERE status = '1' ORDER BY sort_order, name 1.0214 3.6 6
/catalog/model/localisation/language.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationLanguage->getLanguages()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/startup.php:54 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/catalog/model/localisation/language.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationLanguage->getLanguages()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/startup.php:54 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
8 SELECT * FROM `oc_currency` WHERE `status` = '1' ORDER BY `title` ASC 1.4943 5.1 8
/catalog/model/localisation/currency.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationCurrency->getCurrencies()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/startup.php:148 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/catalog/model/localisation/currency.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationCurrency->getCurrencies()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/startup.php:148 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
9 SELECT * FROM oc_currency 0.3694 5.5 8
/system/library/cart/currency.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:170 (in `Cart\Currency->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/currency.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:170 (in `Cart\Currency->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
10 SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'shipping' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '220' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '3490') ORDER BY tr1.priority ASC 2.23 7.7 10
/system/library/cart/tax.php:16 (in `DB->query()`)
/catalog/controller/startup/startup.php:179 (in `Cart\Tax->setShippingAddress()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/tax.php:16 (in `DB->query()`)
/catalog/controller/startup/startup.php:179 (in `Cart\Tax->setShippingAddress()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
11 SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'store' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '220' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '3490') ORDER BY tr1.priority ASC 0.6403 8.4 11
/system/library/cart/tax.php:44 (in `DB->query()`)
/catalog/controller/startup/startup.php:188 (in `Cart\Tax->setStoreAddress()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/tax.php:44 (in `DB->query()`)
/catalog/controller/startup/startup.php:188 (in `Cart\Tax->setStoreAddress()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
12 SELECT * FROM oc_weight_class wc LEFT JOIN oc_weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id) WHERE wcd.language_id = '1' 1.0926 9.5 12
/system/library/cart/weight.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:191 (in `Cart\Weight->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/weight.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:191 (in `Cart\Weight->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
13 SELECT * FROM oc_length_class mc LEFT JOIN oc_length_class_description mcd ON (mc.length_class_id = mcd.length_class_id) WHERE mcd.language_id = '1' 0.8922 10.3 13
/system/library/cart/length.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:194 (in `Cart\Length->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/length.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:194 (in `Cart\Length->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
14 DELETE FROM oc_cart WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR) 0.4833 10.8 14
/system/library/cart/cart.php:15 (in `DB->query()`)
/catalog/controller/startup/startup.php:197 (in `Cart\Cart->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/cart.php:15 (in `DB->query()`)
/catalog/controller/startup/startup.php:197 (in `Cart\Cart->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
15 SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC 0.865 11.7 15
/catalog/model/setting/event.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingEvent->getEvents()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/event.php:7 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupEvent->index()`)
/catalog/model/setting/event.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingEvent->getEvents()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/event.php:7 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupEvent->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
16 SELECT * FROM oc_seo_url WHERE keyword = 'printer' AND store_id = '0' 0.7973 12.5 16
/catalog/controller/startup/seo_url.php:19 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupSeoUrl->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/seo_url.php:19 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupSeoUrl->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
17 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/category' OR route = 'en-gb') 0.3883 12.9 19
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/product/category.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
18 SELECT DISTINCT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.category_id = '30' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' 1.0647 13.9 20
/catalog/model/catalog/category.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategory()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:90 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/model/catalog/category.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategory()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:90 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
19 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.4672 14.4 21
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:104 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:104 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
20 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '30' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.9688 15.4 22
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:136 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:136 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
21 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_product_to_category p2c LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.category_id = '30' 1.4938 16.9 24
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:161 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:161 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
22 SELECT p.product_id, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special FROM oc_product_to_category p2c LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.category_id = '30' GROUP BY p.product_id ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,15 2.1169 19 26
/catalog/model/catalog/product.php:200 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:163 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/model/catalog/product.php:200 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:163 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
23 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0793 19.1 26
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:227 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:227 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
24 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0649 19.1 26
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:233 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:233 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
25 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0632 19.2 26
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:239 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:239 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
26 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0641 19.3 27
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:245 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:245 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
27 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0631 19.3 27
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:251 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:251 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
28 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0645 19.4 27
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:258 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:258 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
29 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0686 19.5 27
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:264 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:264 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
30 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0713 19.5 27
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:271 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:271 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
31 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0693 19.6 27
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:277 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:277 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
32 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0704 19.7 27
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
33 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.1215 19.8 28
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
34 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0732 19.9 28
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
35 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0667 19.9 28
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
36 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.1091 20 28
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
37 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.1082 20.1 29
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:330 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:330 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
38 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0805 20.2 29
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:338 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:338 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
39 SELECT * FROM oc_category_to_layout WHERE category_id = '30' AND store_id = '0' 0.688 20.9 30
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
40 SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.7803 21.7 31
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
41 SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_left' ORDER BY sort_order 0.7982 22.5 32
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
42 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/category' OR route = 'en-gb') 0.5737 23.1 34
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/extension/module/category.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
43 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.888 24 35
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
44 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '20' 0.9791 24.9 36
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
45 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.6857 25.6 37
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
46 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '18' 0.5969 26.2 38
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
47 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.4028 26.6 38
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
48 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '25' 0.7279 27.4 39
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
49 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.3728 27.7 39
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
50 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '57' 0.5559 28.3 40
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
51 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' 0.3735 28.7 41
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
52 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '17' 0.6847 29.3 41
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
53 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' 0.4305 29.8 42
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
54 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '24' 0.7065 30.5 43
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
55 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' 0.4763 31 43
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
56 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '33' 0.6953 31.6 44
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
57 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' 0.4059 32.1 45
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
58 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '34' 0.564 32.6 45
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
59 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.3617 33 46
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
60 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/category' 0.8354 33.8 47
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/extension/module/category.php:62 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
61 SELECT * FROM oc_module WHERE module_id = '30' 0.7348 34.5 54
/catalog/model/setting/module.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingModule->getModule()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:60 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/setting/module.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingModule->getModule()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:60 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
62 SELECT * FROM oc_banner b LEFT JOIN oc_banner_image bi ON (b.banner_id = bi.banner_id) WHERE b.banner_id = '6' AND b.status = '1' AND bi.language_id = '1' ORDER BY bi.sort_order ASC 1.1002 35.6 56
/catalog/model/design/banner.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignBanner->getBanner()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/banner.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleBanner->index()`)
/catalog/model/design/banner.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignBanner->getBanner()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/banner.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleBanner->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
63 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/banner' 0.3329 36 56
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/extension/module/banner.php:29 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleBanner->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
64 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_left' 0.4035 36.4 59
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/column_left.php:72 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
65 SELECT * FROM oc_category_to_layout WHERE category_id = '30' AND store_id = '0' 0.1093 36.5 60
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
66 SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.0719 36.6 61
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
67 SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_right' ORDER BY sort_order 0.5258 37.1 61
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
68 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_right' 0.4136 37.5 62
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/column_right.php:72 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
69 SELECT * FROM oc_category_to_layout WHERE category_id = '30' AND store_id = '0' 0.1709 37.7 63
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
70 SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.0747 37.8 63
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
71 SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_top' ORDER BY sort_order 0.5418 38.3 64
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
72 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_top' 0.4267 38.7 64
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/content_top.php:72 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
73 SELECT * FROM oc_category_to_layout WHERE category_id = '30' AND store_id = '0' 0.1141 38.8 66
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
74 SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.1114 38.9 66
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
75 SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_bottom' ORDER BY sort_order 0.4358 39.4 67
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
76 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_bottom' 0.3255 39.7 67
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/content_bottom.php:72 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
77 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'en-gb') 0.4523 40.2 68
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/footer.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
78 SELECT * FROM oc_information i LEFT JOIN oc_information_description id ON (i.information_id = id.information_id) LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id) WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1' ORDER BY i.sort_order, LCASE(id.title) ASC 1.6587 41.8 70
/catalog/model/catalog/information.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogInformation->getInformations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/footer.php:10 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/catalog/model/catalog/information.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogInformation->getInformations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/footer.php:10 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
79 SELECT * FROM oc_seo_url WHERE `query` = 'information_id=4' AND store_id = '0' AND language_id = '1' 0.6045 42.4 71
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
80 SELECT * FROM oc_seo_url WHERE `query` = 'information_id=6' AND store_id = '0' AND language_id = '1' 0.5188 42.9 71
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
81 SELECT * FROM oc_seo_url WHERE `query` = 'information_id=3' AND store_id = '0' AND language_id = '1' 0.4325 43.4 72
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
82 SELECT * FROM oc_seo_url WHERE `query` = 'information_id=5' AND store_id = '0' AND language_id = '1' 0.5556 43.9 72
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
83 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer' 0.3088 44.2 73
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/footer.php:62 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
84 SELECT * FROM oc_extension WHERE `type` = 'analytics' 0.9631 45.2 77
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/header.php:9 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/header.php:9 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
85 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'en-gb') 0.4125 45.6 78
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/header.php:46 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
86 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'en-gb') 0.4105 46 79
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/language.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
87 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.1911 46.2 79
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/language.php:42 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/language.php:42 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
88 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/language' 1.0079 47.2 80
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/language.php:45 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
89 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'en-gb') 0.4887 47.7 84
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/currency.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
90 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.113 47.8 85
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/currency.php:44 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/currency.php:44 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
91 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency' 0.4952 48.3 86
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/currency.php:47 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
92 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'en-gb') 0.5375 48.9 90
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/search.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonSearch->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
93 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/search' 0.3383 49.2 91
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/search.php:14 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonSearch->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
94 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'en-gb') 0.4238 49.6 92
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/cart.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
95 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '4f4b63f400e2b6a3fa1b6e842a' 0.4957 50.1 93
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:331 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:10 (in `Cart\Cart->getTaxes()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:331 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:10 (in `Cart\Cart->getTaxes()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
96 SELECT * FROM oc_extension WHERE `type` = 'total' 0.4356 50.5 93
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:24 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:24 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
97 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'en-gb') 0.3887 50.9 94
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/model/extension/total/sub_total.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalSubTotal->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
98 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '4f4b63f400e2b6a3fa1b6e842a' 0.1225 51.1 95
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:321 (in `Cart\Cart->getProducts()`)
/catalog/model/extension/total/sub_total.php:6 (in `Cart\Cart->getSubTotal()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalSubTotal->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:321 (in `Cart\Cart->getProducts()`)
/catalog/model/extension/total/sub_total.php:6 (in `Cart\Cart->getSubTotal()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalSubTotal->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
99 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '4f4b63f400e2b6a3fa1b6e842a' 0.1095 51.2 95
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:389 (in `Cart\Cart->getProducts()`)
/catalog/model/extension/total/shipping.php:4 (in `Cart\Cart->hasShipping()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalShipping->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:389 (in `Cart\Cart->getProducts()`)
/catalog/model/extension/total/shipping.php:4 (in `Cart\Cart->hasShipping()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalShipping->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
100 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'en-gb') 0.5519 51.7 96
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/model/extension/total/credit.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalCredit->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
101 SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' 0.825 52.5 97
/system/library/cart/customer.php:122 (in `DB->query()`)
/catalog/model/extension/total/credit.php:6 (in `Cart\Customer->getBalance()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalCredit->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/library/cart/customer.php:122 (in `DB->query()`)
/catalog/model/extension/total/credit.php:6 (in `Cart\Customer->getBalance()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalCredit->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
102 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'en-gb') 0.4297 53 98
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/model/extension/total/total.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalTotal->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
103 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '4f4b63f400e2b6a3fa1b6e842a' 0.1588 53.1 98
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:361 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:50 (in `Cart\Cart->countProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:361 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:50 (in `Cart\Cart->countProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
104 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '4f4b63f400e2b6a3fa1b6e842a' 0.084 53.2 98
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
105 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/cart' 0.3114 53.5 99
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/cart.php:136 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
106 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'en-gb') 0.5058 54 105
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/menu.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
107 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.1145 54.2 105
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:13 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:13 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
108 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '20' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.9947 55.1 106
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
109 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '26' 0.8367 56 107
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
110 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.1222 56.1 108
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
111 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' 0.5423 56.6 108
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
112 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '27' 0.7482 57.4 109
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
113 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.2351 57.6 110
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
114 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=27' AND store_id = '0' AND language_id = '1' 0.4998 58.1 110
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
115 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.1158 58.2 110
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
116 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '18' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.2975 59.5 111
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
117 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '46' 0.7255 60.3 112
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
118 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.1146 60.4 113
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
119 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' 0.5883 61 113
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
120 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '45' 0.6854 61.7 114
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
121 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.0678 61.7 114
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
122 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=45' AND store_id = '0' AND language_id = '1' 0.4179 62.1 115
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
123 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.0582 62.2 115
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
124 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '25' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.8159 63 116
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
125 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '29' 0.5509 63.6 116
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
126 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0949 63.7 117
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
127 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1' 0.3493 64 117
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
128 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '28' 0.6759 64.7 118
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
129 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1211 64.8 118
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
130 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' 0.6421 65.5 119
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
131 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '30' 0.7672 66.2 120
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
132 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1142 66.3 120
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
133 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.2792 66.6 120
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
134 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '31' 0.6365 67.2 121
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
135 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0617 67.3 121
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
136 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' 0.6295 67.9 122
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
137 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '32' 0.6646 68.6 122
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
138 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1142 68.7 123
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
139 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' AND store_id = '0' AND language_id = '1' 0.3981 69.1 123
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
140 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1365 69.3 123
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
141 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '57' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.8751 70.1 124
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
142 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' 0.0772 70.2 125
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
143 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '17' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.0221 71.2 126
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
144 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' 0.1747 71.4 126
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
145 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '24' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.0765 72.5 127
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
146 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' 0.1314 72.6 128
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
147 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '33' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.9891 73.6 129
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
148 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' 0.0889 73.7 129
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
149 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '34' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.2435 74.9 130
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
150 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '43' 0.6628 75.6 131
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
151 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0793 75.7 131
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
152 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=43' AND store_id = '0' AND language_id = '1' 0.6247 76.3 132
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
153 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '44' 0.8442 77.1 133
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
154 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1088 77.3 133
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
155 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=44' AND store_id = '0' AND language_id = '1' 0.4471 77.7 134
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
156 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '47' 0.8947 78.6 135
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
157 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0729 78.7 135
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
158 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=47' AND store_id = '0' AND language_id = '1' 0.3826 79 135
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
159 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '48' 0.585 79.6 136
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
160 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0755 79.7 136
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
161 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=48' AND store_id = '0' AND language_id = '1' 0.4721 80.2 136
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
162 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '49' 0.8849 81.1 138
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
163 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.152 81.2 138
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
164 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=49' AND store_id = '0' AND language_id = '1' 0.6063 81.8 138
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
165 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '50' 0.8118 82.6 139
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
166 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1461 82.8 140
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
167 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=50' AND store_id = '0' AND language_id = '1' 0.394 83.2 140
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
168 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '51' 0.7848 84 141
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
169 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1246 84.1 141
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
170 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=51' AND store_id = '0' AND language_id = '1' 0.4735 84.6 142
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
171 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '52' 0.8694 85.4 143
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
172 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1859 85.6 143
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
173 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=52' AND store_id = '0' AND language_id = '1' 0.3852 86 143
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
174 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '53' 0.5925 86.6 144
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
175 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0715 86.7 144
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
176 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=53' AND store_id = '0' AND language_id = '1' 0.3695 87 145
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
177 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '54' 0.5869 87.6 145
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
178 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.071 87.7 145
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
179 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=54' AND store_id = '0' AND language_id = '1' 0.3811 88.1 146
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
180 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '55' 0.6564 88.7 147
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
181 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1443 88.9 147
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
182 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=55' AND store_id = '0' AND language_id = '1' 0.4188 89.3 147
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
183 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '56' 0.586 89.9 148
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
184 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.161 90 148
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
185 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=56' AND store_id = '0' AND language_id = '1' 0.4343 90.5 149
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
186 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '38' 0.6322 91.1 150
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
187 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.069 91.2 150
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
188 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=38' AND store_id = '0' AND language_id = '1' 0.6356 91.8 150
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
189 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '37' 0.8219 92.6 151
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
190 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0699 92.7 151
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
191 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=37' AND store_id = '0' AND language_id = '1' 0.3933 93.1 152
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
192 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '39' 0.7949 93.9 153
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
193 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1254 94 153
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
194 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=39' AND store_id = '0' AND language_id = '1' 0.511 94.5 154
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
195 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '40' 0.7174 95.2 154
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
196 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1261 95.4 155
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
197 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=40' AND store_id = '0' AND language_id = '1' 0.6583 96 155
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
198 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '41' 1.1945 97.2 157
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
199 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.209 97.4 157
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
200 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=41' AND store_id = '0' AND language_id = '1' 0.5025 97.9 158
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
201 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '42' 0.7408 98.7 158
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
202 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1047 98.8 159
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
203 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=42' AND store_id = '0' AND language_id = '1' 0.4821 99.3 159
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
204 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.113 99.4 159
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
205 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/menu' 0.3165 99.7 160
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/menu.php:48 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
206 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/header' 0.3864 100.1 164
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/header.php:80 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
207 SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' 0.5496 100.6 168
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/system/storage/modification/system/engine/action.php:71 (in `ControllerExtensionAdvertiseGoogle->__construct()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:205 (in `Event->trigger()`)
/catalog/controller/common/header.php:80 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
208 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'product/category' 0.3483 101 168
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/product/category.php:364 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
209 SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' 0.1231 101.1 174
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/system/storage/modification/system/engine/action.php:71 (in `ControllerExtensionAdvertiseGoogle->__construct()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:205 (in `Event->trigger()`)
/catalog/controller/product/category.php:364 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
Only queries containing
queries / 209 total, ms / 101 ms total
# Query Duration, ms Total, ms TTFB, ms Trace
1 SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'shipping' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '220' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '3490') ORDER BY tr1.priority ASC 2.23 2.2 10
/system/library/cart/tax.php:16 (in `DB->query()`)
/catalog/controller/startup/startup.php:179 (in `Cart\Tax->setShippingAddress()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/tax.php:16 (in `DB->query()`)
/catalog/controller/startup/startup.php:179 (in `Cart\Tax->setShippingAddress()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2 SELECT p.product_id, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special FROM oc_product_to_category p2c LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.category_id = '30' GROUP BY p.product_id ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,15 2.1169 4.3 26
/catalog/model/catalog/product.php:200 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:163 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/model/catalog/product.php:200 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:163 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
3 SELECT * FROM oc_information i LEFT JOIN oc_information_description id ON (i.information_id = id.information_id) LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id) WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1' ORDER BY i.sort_order, LCASE(id.title) ASC 1.6587 6 70
/catalog/model/catalog/information.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogInformation->getInformations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/footer.php:10 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/catalog/model/catalog/information.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogInformation->getInformations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/footer.php:10 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4 SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC 1.6437 7.6 4
/catalog/controller/startup/startup.php:25 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:25 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
5 SELECT * FROM `oc_currency` WHERE `status` = '1' ORDER BY `title` ASC 1.4943 9.1 8
/catalog/model/localisation/currency.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationCurrency->getCurrencies()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/startup.php:148 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/catalog/model/localisation/currency.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationCurrency->getCurrencies()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/startup.php:148 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
6 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_product_to_category p2c LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.category_id = '30' 1.4938 10.6 24
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:161 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:161 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
7 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '18' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.2975 11.9 111
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
8 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '34' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.2435 13.2 130
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
9 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '41' 1.1945 14.4 157
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
10 SELECT * FROM oc_banner b LEFT JOIN oc_banner_image bi ON (b.banner_id = bi.banner_id) WHERE b.banner_id = '6' AND b.status = '1' AND bi.language_id = '1' ORDER BY bi.sort_order ASC 1.1002 15.5 56
/catalog/model/design/banner.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignBanner->getBanner()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/banner.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleBanner->index()`)
/catalog/model/design/banner.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignBanner->getBanner()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/banner.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleBanner->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
11 SELECT * FROM oc_weight_class wc LEFT JOIN oc_weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id) WHERE wcd.language_id = '1' 1.0926 16.6 12
/system/library/cart/weight.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:191 (in `Cart\Weight->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/weight.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:191 (in `Cart\Weight->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
12 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '24' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.0765 17.6 127
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
13 SELECT DISTINCT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.category_id = '30' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' 1.0647 18.7 20
/catalog/model/catalog/category.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategory()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:90 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/model/catalog/category.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategory()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:90 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
14 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '17' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.0221 19.7 126
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
15 SELECT * FROM oc_language WHERE status = '1' ORDER BY sort_order, name 1.0214 20.8 6
/catalog/model/localisation/language.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationLanguage->getLanguages()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/startup.php:54 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/catalog/model/localisation/language.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationLanguage->getLanguages()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/startup.php:54 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
16 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/language' 1.0079 21.8 80
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/language.php:45 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
17 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '20' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.9947 22.8 106
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
18 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '33' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.9891 23.7 129
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
19 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '20' 0.9791 24.7 36
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
20 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '30' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.9688 25.7 22
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:136 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/product/category.php:136 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
21 SELECT * FROM oc_extension WHERE `type` = 'analytics' 0.9631 26.7 77
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/header.php:9 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/header.php:9 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
22 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '47' 0.8947 27.5 135
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
23 SELECT * FROM oc_length_class mc LEFT JOIN oc_length_class_description mcd ON (mc.length_class_id = mcd.length_class_id) WHERE mcd.language_id = '1' 0.8922 28.4 13
/system/library/cart/length.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:194 (in `Cart\Length->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/length.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:194 (in `Cart\Length->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
24 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.888 29.3 35
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
25 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '49' 0.8849 30.2 138
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
26 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '57' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.8751 31.1 124
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
27 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '52' 0.8694 32 143
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
28 SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC 0.865 32.8 15
/catalog/model/setting/event.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingEvent->getEvents()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/event.php:7 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupEvent->index()`)
/catalog/model/setting/event.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingEvent->getEvents()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/event.php:7 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupEvent->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
29 SELECT * FROM oc_store WHERE REPLACE(`ssl`, 'www.', '') = 'https://opencart-profiler.nekto.com.ua/' 0.8461 33.7 3
/catalog/controller/startup/startup.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
30 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '44' 0.8442 34.5 133
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
31 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '26' 0.8367 35.3 107
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
32 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/category' 0.8354 36.2 47
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/extension/module/category.php:62 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
33 SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' 0.825 37 97
/system/library/cart/customer.php:122 (in `DB->query()`)
/catalog/model/extension/total/credit.php:6 (in `Cart\Customer->getBalance()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalCredit->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/library/cart/customer.php:122 (in `DB->query()`)
/catalog/model/extension/total/credit.php:6 (in `Cart\Customer->getBalance()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalCredit->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
34 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '37' 0.8219 37.8 151
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
35 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '25' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.8159 38.6 116
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
36 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '50' 0.8118 39.5 139
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
37 SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_left' ORDER BY sort_order 0.7982 40.3 32
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
38 SELECT * FROM oc_seo_url WHERE keyword = 'printer' AND store_id = '0' 0.7973 41.1 16
/catalog/controller/startup/seo_url.php:19 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupSeoUrl->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/seo_url.php:19 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupSeoUrl->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
39 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '39' 0.7949 41.8 153
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
40 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '51' 0.7848 42.6 141
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
41 SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.7803 43.4 31
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
42 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '30' 0.7672 44.2 120
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
43 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '27' 0.7482 44.9 109
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
44 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '42' 0.7408 45.7 158
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
45 SELECT * FROM oc_module WHERE module_id = '30' 0.7348 46.4 54
/catalog/model/setting/module.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingModule->getModule()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:60 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/setting/module.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingModule->getModule()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:60 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
46 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '25' 0.7279 47.1 39
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
47 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '46' 0.7255 47.9 112
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
48 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '40' 0.7174 48.6 154
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
49 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '24' 0.7065 49.3 43
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
50 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '33' 0.6953 50 44
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
51 SELECT * FROM oc_category_to_layout WHERE category_id = '30' AND store_id = '0' 0.688 50.7 30
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
52 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.6857 51.4 37
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
53 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '45' 0.6854 52 114
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
54 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '17' 0.6847 52.7 41
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
55 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '28' 0.6759 53.4 118
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
56 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '32' 0.6646 54.1 122
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
57 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '43' 0.6628 54.7 131
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
58 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=40' AND store_id = '0' AND language_id = '1' 0.6583 55.4 155
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
59 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '55' 0.6564 56 147
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
60 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' 0.6421 56.7 119
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
61 SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'store' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '220' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '3490') ORDER BY tr1.priority ASC 0.6403 57.3 11
/system/library/cart/tax.php:44 (in `DB->query()`)
/catalog/controller/startup/startup.php:188 (in `Cart\Tax->setStoreAddress()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/tax.php:44 (in `DB->query()`)
/catalog/controller/startup/startup.php:188 (in `Cart\Tax->setStoreAddress()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
62 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '31' 0.6365 58 121
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
63 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=38' AND store_id = '0' AND language_id = '1' 0.6356 58.6 150
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
64 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '38' 0.6322 59.2 150
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
65 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' 0.6295 59.9 122
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
66 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=43' AND store_id = '0' AND language_id = '1' 0.6247 60.5 132
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
67 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=49' AND store_id = '0' AND language_id = '1' 0.6063 61.1 138
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
68 SELECT * FROM oc_seo_url WHERE `query` = 'information_id=4' AND store_id = '0' AND language_id = '1' 0.6045 61.7 71
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
69 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '18' 0.5969 62.3 38
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
70 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '53' 0.5925 62.9 144
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
71 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' 0.5883 63.5 113
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
72 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '54' 0.5869 64.1 145
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
73 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '56' 0.586 64.6 148
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
74 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '48' 0.585 65.2 136
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
75 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/category' OR route = 'en-gb') 0.5737 65.8 34
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/extension/module/category.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
76 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '34' 0.564 66.4 45
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
77 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '57' 0.5559 66.9 40
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
78 SELECT * FROM oc_seo_url WHERE `query` = 'information_id=5' AND store_id = '0' AND language_id = '1' 0.5556 67.5 72
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
79 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'en-gb') 0.5519 68 96
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/model/extension/total/credit.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalCredit->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
80 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '29' 0.5509 68.6 116
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
81 SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' 0.5496 69.1 168
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/system/storage/modification/system/engine/action.php:71 (in `ControllerExtensionAdvertiseGoogle->__construct()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:205 (in `Event->trigger()`)
/catalog/controller/common/header.php:80 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
82 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' 0.5423 69.7 108
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
83 SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_top' ORDER BY sort_order 0.5418 70.2 64
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
84 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'en-gb') 0.5375 70.8 90
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/search.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonSearch->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
85 SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_right' ORDER BY sort_order 0.5258 71.3 61
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
86 SELECT * FROM oc_seo_url WHERE `query` = 'information_id=6' AND store_id = '0' AND language_id = '1' 0.5188 71.8 71
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
87 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=39' AND store_id = '0' AND language_id = '1' 0.511 72.3 154
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
88 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'en-gb') 0.5058 72.8 105
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/menu.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
89 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=41' AND store_id = '0' AND language_id = '1' 0.5025 73.3 158
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
90 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=27' AND store_id = '0' AND language_id = '1' 0.4998 73.8 110
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
91 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '4f4b63f400e2b6a3fa1b6e842a' 0.4957 74.3 93
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:331 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:10 (in `Cart\Cart->getTaxes()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:331 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:10 (in `Cart\Cart->getTaxes()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
92 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency' 0.4952 74.8 86
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/currency.php:47 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
93 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'en-gb') 0.4887 75.3 84
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/currency.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
94 DELETE FROM oc_cart WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR) 0.4833 75.8 14
/system/library/cart/cart.php:15 (in `DB->query()`)
/catalog/controller/startup/startup.php:197 (in `Cart\Cart->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/cart.php:15 (in `DB->query()`)
/catalog/controller/startup/startup.php:197 (in `Cart\Cart->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
95 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=42' AND store_id = '0' AND language_id = '1' 0.4821 76.3 159
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
96 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' 0.4763 76.7 43
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
97 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=51' AND store_id = '0' AND language_id = '1' 0.4735 77.2 142
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
98 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=48' AND store_id = '0' AND language_id = '1' 0.4721 77.7 136
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
99 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.4672 78.1 21
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:104 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:104 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
100 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'en-gb') 0.4523 78.6 68
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/footer.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
101 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=44' AND store_id = '0' AND language_id = '1' 0.4471 79 134
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
102 SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_bottom' ORDER BY sort_order 0.4358 79.5 67
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:46 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
103 SELECT * FROM oc_extension WHERE `type` = 'total' 0.4356 79.9 93
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:24 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:24 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
104 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=56' AND store_id = '0' AND language_id = '1' 0.4343 80.4 149
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
105 SELECT * FROM oc_seo_url WHERE `query` = 'information_id=3' AND store_id = '0' AND language_id = '1' 0.4325 80.8 72
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
106 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' 0.4305 81.2 42
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
107 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'en-gb') 0.4297 81.6 98
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/model/extension/total/total.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalTotal->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
108 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_top' 0.4267 82.1 64
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/content_top.php:72 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
109 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'en-gb') 0.4238 82.5 92
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/cart.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
110 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=55' AND store_id = '0' AND language_id = '1' 0.4188 82.9 147
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
111 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=45' AND store_id = '0' AND language_id = '1' 0.4179 83.3 115
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
112 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_right' 0.4136 83.7 62
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/column_right.php:72 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
113 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'en-gb') 0.4125 84.2 78
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/header.php:46 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
114 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'en-gb') 0.4105 84.6 79
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/language.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
115 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' 0.4059 85 45
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
116 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_left' 0.4035 85.4 59
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/column_left.php:72 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
117 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.4028 85.8 38
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
118 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' AND store_id = '0' AND language_id = '1' 0.3981 86.2 123
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
119 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=50' AND store_id = '0' AND language_id = '1' 0.394 86.6 140
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
120 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=37' AND store_id = '0' AND language_id = '1' 0.3933 87 152
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
121 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'en-gb') 0.3887 87.4 94
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/model/extension/total/sub_total.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalSubTotal->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
122 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/category' OR route = 'en-gb') 0.3883 87.7 19
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/product/category.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
123 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/header' 0.3864 88.1 164
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/header.php:80 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
124 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=52' AND store_id = '0' AND language_id = '1' 0.3852 88.5 143
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
125 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=47' AND store_id = '0' AND language_id = '1' 0.3826 88.9 135
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
126 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=54' AND store_id = '0' AND language_id = '1' 0.3811 89.3 146
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
127 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' 0.3735 89.7 41
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
128 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.3728 90 39
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
129 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=53' AND store_id = '0' AND language_id = '1' 0.3695 90.4 145
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
130 SELECT * FROM oc_currency 0.3694 90.8 8
/system/library/cart/currency.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:170 (in `Cart\Currency->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/currency.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:170 (in `Cart\Currency->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
131 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.3617 91.1 46
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
132 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1' 0.3493 91.5 117
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
133 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'product/category' 0.3483 91.8 168
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/product/category.php:364 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
134 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/search' 0.3383 92.2 91
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/search.php:14 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonSearch->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
135 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/banner' 0.3329 92.5 56
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/extension/module/banner.php:29 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleBanner->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
136 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_bottom' 0.3255 92.8 67
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/content_bottom.php:72 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
137 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/menu' 0.3165 93.1 160
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/menu.php:48 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
138 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/cart' 0.3114 93.4 99
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/cart.php:136 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
139 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer' 0.3088 93.8 73
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/footer.php:62 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
140 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.2792 94 120
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
141 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.2351 94.3 110
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
142 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.209 94.5 157
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
143 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.1911 94.7 79
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/language.php:42 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/language.php:42 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
144 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1859 94.9 143
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
145 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' 0.1747 95 126
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
146 SELECT * FROM oc_category_to_layout WHERE category_id = '30' AND store_id = '0' 0.1709 95.2 63
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
147 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.161 95.4 148
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
148 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '4f4b63f400e2b6a3fa1b6e842a' 0.1588 95.5 98
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:361 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:50 (in `Cart\Cart->countProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:361 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:50 (in `Cart\Cart->countProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
149 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.152 95.7 138
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
150 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1461 95.8 140
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
151 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1443 96 147
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
152 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1365 96.1 123
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
153 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' 0.1314 96.2 128
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
154 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1261 96.4 155
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
155 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1254 96.5 153
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
156 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1246 96.6 141
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
157 SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' 0.1231 96.7 174
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/system/storage/modification/system/engine/action.php:71 (in `ControllerExtensionAdvertiseGoogle->__construct()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:205 (in `Event->trigger()`)
/catalog/controller/product/category.php:364 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
158 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '4f4b63f400e2b6a3fa1b6e842a' 0.1225 96.9 95
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:321 (in `Cart\Cart->getProducts()`)
/catalog/model/extension/total/sub_total.php:6 (in `Cart\Cart->getSubTotal()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalSubTotal->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:321 (in `Cart\Cart->getProducts()`)
/catalog/model/extension/total/sub_total.php:6 (in `Cart\Cart->getSubTotal()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalSubTotal->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
159 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.1222 97 108
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
160 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.1215 97.1 28
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
161 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1211 97.2 118
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
162 SET time_zone = '+02:00' 0.1165 97.3 4
/catalog/controller/startup/startup.php:40 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:40 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
163 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.1158 97.5 110
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
164 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.1146 97.6 113
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
165 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.1145 97.7 105
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:13 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:13 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
166 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1142 97.8 120
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
167 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1142 97.9 123
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
168 SELECT * FROM oc_category_to_layout WHERE category_id = '30' AND store_id = '0' 0.1141 98 66
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
169 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.113 98.1 85
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/currency.php:44 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/currency.php:44 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
170 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.113 98.3 159
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
171 SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.1114 98.4 66
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
172 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '4f4b63f400e2b6a3fa1b6e842a' 0.1095 98.5 95
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:389 (in `Cart\Cart->getProducts()`)
/catalog/model/extension/total/shipping.php:4 (in `Cart\Cart->hasShipping()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalShipping->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:389 (in `Cart\Cart->getProducts()`)
/catalog/model/extension/total/shipping.php:4 (in `Cart\Cart->hasShipping()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalShipping->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
173 SELECT * FROM oc_category_to_layout WHERE category_id = '30' AND store_id = '0' 0.1093 98.6 60
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
174 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.1091 98.7 28
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
175 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1088 98.8 133
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
176 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.1082 98.9 29
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:330 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:330 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
177 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1047 99 159
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
178 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0949 99.1 117
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
179 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' 0.0889 99.2 129
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
180 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '4f4b63f400e2b6a3fa1b6e842a' 0.084 99.3 98
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
181 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0805 99.4 29
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:338 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:338 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
182 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0793 99.4 26
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:227 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:227 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
183 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0793 99.5 131
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
184 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' 0.0772 99.6 125
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
185 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0755 99.7 136
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
186 SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.0747 99.7 63
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
187 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0732 99.8 28
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
188 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0729 99.9 135
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
189 SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.0719 100 61
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
190 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0715 100 144
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
191 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0713 100.1 27
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:271 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:271 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
192 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.071 100.2 145
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
193 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0704 100.2 27
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
194 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0699 100.3 151
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
195 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0693 100.4 27
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:277 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:277 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
196 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.069 100.5 150
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
197 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0686 100.5 27
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:264 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:264 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
198 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.0678 100.6 114
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
199 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0667 100.7 28
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
200 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0649 100.7 26
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:233 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:233 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
201 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0645 100.8 27
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:258 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:258 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
202 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0641 100.9 27
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:245 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:245 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
203 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0632 100.9 26
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:239 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:239 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
204 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0631 101 27
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:251 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:251 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
205 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0617 101 121
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
206 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.0582 101.1 115
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
207 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '') 0 101.1 -2
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
208 SELECT `data` FROM `oc_session` WHERE `session_id` = '4f4b63f400e2b6a3fa1b6e842a' AND `expire` > '2024-11-21 09:16:33' 0 101.1 -1
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
209 SET time_zone = '+00:00' 0 101.1 -3
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
Quantity Query Total, ms Trace Duration, ms
20
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1'
~2
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:104 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:104 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.4672
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.2792
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/language.php:42 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/language.php:42 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1911
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1215
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/currency.php:44 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/currency.php:44 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.113
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1091
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:330 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:330 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1082
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:338 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:338 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0805
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:227 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:227 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0793
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0732
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:271 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:271 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0713
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0704
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:277 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:277 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0693
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:264 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:264 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0686
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0667
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:233 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:233 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0649
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:258 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:258 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0645
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:245 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:245 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0641
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:239 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:239 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0632
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:251 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:251 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0631
Show all Show first 5
20
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1'
~3
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.3617
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.209
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1859
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.161
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.152
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1461
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1443
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1261
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1254
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1246
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.113
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1088
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1047
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0793
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0755
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0729
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0715
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.071
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0699
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.069
Show all Show first 5
7
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1'
~1
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.3728
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1365
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1211
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1142
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1142
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0949
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0617
Show all Show first 5
5
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '4f4b63f400e2b6a3fa1b6e842a'
~1
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:331 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:10 (in `Cart\Cart->getTaxes()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:331 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:10 (in `Cart\Cart->getTaxes()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.4957
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:361 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:50 (in `Cart\Cart->countProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:361 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:50 (in `Cart\Cart->countProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1588
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:321 (in `Cart\Cart->getProducts()`)
/catalog/model/extension/total/sub_total.php:6 (in `Cart\Cart->getSubTotal()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalSubTotal->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:321 (in `Cart\Cart->getProducts()`)
/catalog/model/extension/total/sub_total.php:6 (in `Cart\Cart->getSubTotal()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalSubTotal->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1225
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:389 (in `Cart\Cart->getProducts()`)
/catalog/model/extension/total/shipping.php:4 (in `Cart\Cart->hasShipping()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalShipping->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:389 (in `Cart\Cart->getProducts()`)
/catalog/model/extension/total/shipping.php:4 (in `Cart\Cart->hasShipping()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalShipping->getTotal()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1095
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.084
Show all Show first 5
4
SELECT * FROM oc_category_to_layout WHERE category_id = '30' AND store_id = '0'
~1
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.688
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1709
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1141
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:19 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1093
Show all Show first 5
4
SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1
~1
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.7803
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_bottom.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1114
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/content_top.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0747
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_right.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0719
Show all Show first 5
4
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1'
~1
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.4028
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1146
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0678
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0582
Show all Show first 5
4
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1'
~1
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.6857
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.2351
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1222
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1158
Show all Show first 5
2
SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
~1
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.888
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:13 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:13 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1145
Show all Show first 5
2
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1'
~1
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.4305
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1747
Show all Show first 5
2
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1'
~1
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.4763
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1314
Show all Show first 5
2
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1'
~0
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.4059
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0889
Show all Show first 5
2
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1'
~0
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.3735
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0772
Show all Show first 5
2
SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google'
~1
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/system/storage/modification/system/engine/action.php:71 (in `ControllerExtensionAdvertiseGoogle->__construct()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:205 (in `Event->trigger()`)
/catalog/controller/common/header.php:80 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.5496
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/system/storage/modification/system/engine/action.php:71 (in `ControllerExtensionAdvertiseGoogle->__construct()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:205 (in `Event->trigger()`)
/catalog/controller/product/category.php:364 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1231
Show all Show first 5
Quantity Query Duration, ms Total, ms Trace
54
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=40' AND store_id = '0' AND language_id = '1' 0.6583
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' 0.6421
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=38' AND store_id = '0' AND language_id = '1' 0.6356
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' 0.6295
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=43' AND store_id = '0' AND language_id = '1' 0.6247
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=49' AND store_id = '0' AND language_id = '1' 0.6063
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' 0.5883
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' 0.5423
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=39' AND store_id = '0' AND language_id = '1' 0.511
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=41' AND store_id = '0' AND language_id = '1' 0.5025
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=27' AND store_id = '0' AND language_id = '1' 0.4998
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=42' AND store_id = '0' AND language_id = '1' 0.4821
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=51' AND store_id = '0' AND language_id = '1' 0.4735
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=48' AND store_id = '0' AND language_id = '1' 0.4721
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=44' AND store_id = '0' AND language_id = '1' 0.4471
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=56' AND store_id = '0' AND language_id = '1' 0.4343
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=55' AND store_id = '0' AND language_id = '1' 0.4188
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=45' AND store_id = '0' AND language_id = '1' 0.4179
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' AND store_id = '0' AND language_id = '1' 0.3981
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=50' AND store_id = '0' AND language_id = '1' 0.394
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=37' AND store_id = '0' AND language_id = '1' 0.3933
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=52' AND store_id = '0' AND language_id = '1' 0.3852
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=47' AND store_id = '0' AND language_id = '1' 0.3826
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=54' AND store_id = '0' AND language_id = '1' 0.3811
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=53' AND store_id = '0' AND language_id = '1' 0.3695
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1' 0.3493
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.2792
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.2351
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.209
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1859
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.161
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.152
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1461
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1443
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1261
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1254
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1246
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.1222
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1211
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.1146
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1142
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1142
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1088
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1047
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0949
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0793
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0755
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0729
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0715
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.071
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0699
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.069
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.0678
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0617
Show all Show first 5
~16
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
27
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '41' 1.1945
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '47' 0.8947
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '49' 0.8849
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '52' 0.8694
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '44' 0.8442
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '26' 0.8367
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '37' 0.8219
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '50' 0.8118
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '39' 0.7949
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '51' 0.7848
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '30' 0.7672
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '27' 0.7482
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '42' 0.7408
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '46' 0.7255
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '40' 0.7174
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '45' 0.6854
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '28' 0.6759
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '32' 0.6646
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '43' 0.6628
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '55' 0.6564
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '31' 0.6365
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '38' 0.6322
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '53' 0.5925
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '54' 0.5869
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '56' 0.586
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '48' 0.585
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '29' 0.5509
Show all Show first 5
~20
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
8
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' 0.1747
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1365
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' 0.1314
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.1158
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.113
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' 0.0889
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' 0.0772
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.0582
Show all Show first 5
~1
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
8
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.6857
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' 0.4763
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' 0.4305
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' 0.4059
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.4028
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' 0.3735
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.3728
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.3617
Show all Show first 5
~4
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/category.php:58 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
8
SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '18' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.2975
SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '34' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.2435
SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '24' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.0765
SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '17' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.0221
SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '20' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.9947
SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '33' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.9891
SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '57' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.8751
SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '25' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.8159
Show all Show first 5
~8
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
8
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '20' 0.9791
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '25' 0.7279
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '24' 0.7065
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '33' 0.6953
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '17' 0.6847
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '18' 0.5969
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '34' 0.564
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '57' 0.5559
Show all Show first 5
~6
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
5
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.1215
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.1091
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0732
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0704
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.0667
Show all Show first 5
~0
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/product/category.php:304 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4
SELECT * FROM oc_seo_url WHERE `query` = 'information_id=4' AND store_id = '0' AND language_id = '1' 0.6045
SELECT * FROM oc_seo_url WHERE `query` = 'information_id=5' AND store_id = '0' AND language_id = '1' 0.5556
SELECT * FROM oc_seo_url WHERE `query` = 'information_id=6' AND store_id = '0' AND language_id = '1' 0.5188
SELECT * FROM oc_seo_url WHERE `query` = 'information_id=3' AND store_id = '0' AND language_id = '1' 0.4325
Show all Show first 5
~2
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/footer.php:14 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
Short Manual
Concerning [happened before `session`, not measured...] Why are some events and queries listed as `happened before session, not measured`?

The profiler module starts measuring things when it recognizes you as an administrator with the profiling turned on.
This identification happens only when OpenCart loads it's internal session.
Until then, all the events and queries are recorded, but not measured, to make absolutely zero additional load (because otherwise that load would be added to every visit, since the module doesn't know who the visitor is yet).
Usually this small number of events and queries can be neglected and left unmeasured, but the profiler has a special workaround, which allows measuring everything without exceptions, with the help of a special cookie.

In order to make this workaround available on this website, you need to define `NEKTO_PROFILER_COOKIE_NAME` and `NEKTO_PROFILER_COOKIE_VALUE` constants in `/config.php` (not in `/admin/config.php`).
This won't turn the limitless profiling on by itself, but will make it possible.

Here are some safe randomly generated values to use there:
```
define("NEKTO_PROFILER_COOKIE_NAME", "");
define("NEKTO_PROFILER_COOKIE_VALUE", "");
```

Refresh the page, once you have those constants in you config file.
This website already has `NEKTO_PROFILER_COOKIE_NAME` and `NEKTO_PROFILER_COOKIE_VALUE` constants defined.
Click here to set the `profile everything` cookie in this browser.
Cookie has been set. Refresh the page for it to work.
This website already has `NEKTO_PROFILER_COOKIE_NAME` and `NEKTO_PROFILER_COOKIE_VALUE` constants defined, and the `profile everything` cookie is currently set in this browser.
Click here to remove the `profile everything` cookie.
Cookie is removed.
TTFB `TTFB` is used as "the event happened on this millisecond of the TTFB"
Code Seq `Code Seq` contains steps/points of measurement, triggered on the current page.
All controllers are measured out of the box (starts and ends). It allows seeing the overall picture about the core and all modules on any project immediately after installing the module, but it's only the general information.
You are expected to add you own points for the best use of the module. Use the following code in the places you need measured:
`$this->registry->nektoFunctionProfiler();` (without arguments)
or
`$this->registry->nektoFunctionProfiler("foreach results, product id {$result["id"]}");` (with any text; the text will be displayed in the `Step` column)

`Models called` after some steps is the full list of models' functions, which were called between the measurement points (the number before `x` is the number of times the function was called).

`SQL: {n} request(s)...` is the number and duration of all database queries called between the measurement points.
This list can be unrolled, and the index number of every request there is the same as in `SQL Seq`.
SQL Seq All SQL queries of the current page, in order of execution
SQL Time All SQL queries of the current page, from the slowest to the fastest
Same SQL Exactly the same SQL queries, run on the current page multiple times
Similar SQL Similar, but not exactly the same SQL queries of the current page: called by the same line of code in the same loop (the same query with different WHERE parameters)