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
Code | |
rows | ms |
81 | ~43 |
SQL | |
rows | ms |
216 | ~3238 |
# | Step | TTFB, ms | Trace | RAM, Kb | |||||
1 |
|
-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:
2 x `tool/image/resize()` 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: 44 request(s) (#1-44), total duration: ~642 ms
↓
|
|||||||||
SQL | Query 44 request(s), #1-44, total duration: ~642 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` = '1b7ab9538e8e8eda309052425a' AND `expire` > '2024-11-21 06:21:06' | 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/' | 27.364 | 27.4 TOTAL | 58 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 | 5.3175 | 32.7 TOTAL | 63 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.1959 | 32.9 TOTAL | 64 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 | 14.1183 | 47 TOTAL | 74 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 | 37.5194 | 84.5 TOTAL | 108 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 | 1.4692 | 86 TOTAL | 110 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 | 25.6655 | 111.6 TOTAL | 136 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 | 7.6854 | 119.3 TOTAL | 144 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' | 13.715 | 133.1 TOTAL | 158 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' | 3.843 | 136.9 TOTAL | 162 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.3336 | 137.2 TOTAL | 162 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 | 2.7319 | 140 TOTAL | 165 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 = 'camera' AND store_id = '0' | 35.7864 | 175.7 TOTAL | 171 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') | 15.5559 | 191.3 TOTAL | 187 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 = '33' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' | 0.7615 | 192.1 TOTAL | 188 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=33' AND store_id = '0' AND language_id = '1' | 0.5371 | 192.6 TOTAL | 189 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 = '33' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 8.6686 | 201.3 TOTAL | 190 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 = '33' | 14.22 | 215.5 TOTAL | 204 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 = '33' GROUP BY p.product_id ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,15 | 8.0826 | 223.6 TOTAL | 212 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 DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (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, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (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 COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p 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) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '30' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' | 17.1606 | 240.7 TOTAL | 229 TTFB |
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/catalog/model/catalog/product.php:203 (in `ModelCatalogProduct->getProduct()`) /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()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/catalog/model/catalog/product.php:203 (in `ModelCatalogProduct->getProduct()`) /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()`) |
||||
24 | SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (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, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (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 COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p 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) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '31' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' | 23.6417 | 264.4 TOTAL | 253 TTFB |
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/catalog/model/catalog/product.php:203 (in `ModelCatalogProduct->getProduct()`) /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()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/catalog/model/catalog/product.php:203 (in `ModelCatalogProduct->getProduct()`) /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()`) |
||||
25 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 18.1081 | 282.5 TOTAL | 272 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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:208 (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` = 'product_id=30' AND store_id = '0' AND language_id = '1' | 14.2662 | 296.7 TOTAL | 286 TTFB |
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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=33' AND store_id = '0' AND language_id = '1' | 0.1411 | 296.9 TOTAL | 287 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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:208 (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` = 'product_id=31' AND store_id = '0' AND language_id = '1' | 0.4571 | 297.3 TOTAL | 289 TTFB |
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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=33' AND store_id = '0' AND language_id = '1' | 4.9252 | 302.3 TOTAL | 294 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()`) |
||||
30 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.1128 | 302.4 TOTAL | 294 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()`) |
||||
31 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 1.5563 | 303.9 TOTAL | 296 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()`) |
||||
32 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 29.5142 | 333.5 TOTAL | 326 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()`) |
||||
33 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 24.8265 | 358.3 TOTAL | 350 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()`) |
||||
34 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 25.8583 | 384.1 TOTAL | 376 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()`) |
||||
35 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.1392 | 384.3 TOTAL | 377 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()`) |
||||
36 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 44.5491 | 428.8 TOTAL | 421 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()`) |
||||
37 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 15.8566 | 444.7 TOTAL | 442 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()`) |
||||
38 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 17.6287 | 462.3 TOTAL | 459 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()`) |
||||
39 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 28.3792 | 490.7 TOTAL | 488 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()`) |
||||
40 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 32.1374 | 522.8 TOTAL | 523 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()`) |
||||
41 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 9.3269 | 532.2 TOTAL | 537 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()`) |
||||
42 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 12.0888 | 544.2 TOTAL | 549 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()`) |
||||
43 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 83.7963 | 628 TOTAL | 633 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()`) |
||||
44 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 14.398 | 642.4 TOTAL | 648 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 |
|
648 |
/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) (#45-47), total duration: ~60 ms
↓
|
|||||||||
SQL | Query 3 request(s), #45-47, total duration: ~60 ms | Dur | Total | TTFB |
Trace
↓
|
||||
45 | SELECT * FROM oc_category_to_layout WHERE category_id = '33' AND store_id = '0' | 9.5945 | 9.6 TOTAL | 658 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()`) |
||||
46 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 18.2221 | 27.8 TOTAL | 676 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()`) |
||||
47 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_left' ORDER BY sort_order | 32.2215 | 60 TOTAL | 709 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
|
709 |
/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()` 2 x `catalog/category/getCategories()` 1 x `design/theme/getTheme()` 1 x `design/translation/getTranslations()` | |||||||||
SQL: 20 request(s) (#48-67), total duration: ~375 ms
↓
|
|||||||||
SQL | Query 20 request(s), #48-67, total duration: ~375 ms | Dur | Total | TTFB |
Trace
↓
|
||||
48 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/category' OR route = 'en-gb') | 30.5332 | 30.5 TOTAL | 740 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()`) |
||||
49 | 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) | 40.0078 | 70.5 TOTAL | 773 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()`) |
||||
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 = '20' | 10.6112 | 81.2 TOTAL | 785 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=20' AND store_id = '0' AND language_id = '1' | 81.3776 | 162.5 TOTAL | 867 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 = '18' | 14.8239 | 177.4 TOTAL | 882 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=18' AND store_id = '0' AND language_id = '1' | 31.2595 | 208.6 TOTAL | 919 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 = '25' | 1.0535 | 209.7 TOTAL | 920 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=25' AND store_id = '0' AND language_id = '1' | 35.7581 | 245.4 TOTAL | 956 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 = '57' | 0.721 | 246.1 TOTAL | 957 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=57' AND store_id = '0' AND language_id = '1' | 24.7566 | 270.9 TOTAL | 982 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 = '17' | 23.3188 | 294.2 TOTAL | 1006 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=17' AND store_id = '0' AND language_id = '1' | 0.5243 | 294.7 TOTAL | 1006 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 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.8157 | 295.6 TOTAL | 1007 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()`) |
||||
61 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' | 14.5207 | 310.1 TOTAL | 1022 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()`) |
||||
62 | 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) | 27.7592 | 337.8 TOTAL | 1050 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:36 (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:36 (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()`) |
||||
63 | 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.6639 | 338.5 TOTAL | 1055 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()`) |
||||
64 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.124 | 338.6 TOTAL | 1055 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()`) |
||||
65 | 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' | 7.2234 | 345.9 TOTAL | 1063 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()`) |
||||
66 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 8.4078 | 354.3 TOTAL | 1071 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()`) |
||||
67 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/category' | 20.7561 | 375 TOTAL | 1092 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
|
1097 |
/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) (#68-68), total duration: ~53 ms
↓
|
|||||||||
SQL | Query 1 request(s), #68-68, total duration: ~53 ms | Dur | Total | TTFB |
Trace
↓
|
||||
68 | SELECT * FROM oc_module WHERE module_id = '30' | 53.4571 | 53.5 TOTAL | 1141 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
|
1141 |
/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) (#69-70), total duration: ~44 ms
↓
|
|||||||||
SQL | Query 2 request(s), #69-70, total duration: ~44 ms | Dur | Total | TTFB |
Trace
↓
|
||||
69 | 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 | 31.903 | 31.9 TOTAL | 1164 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()`) |
||||
70 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/banner' | 12.3155 | 44.2 TOTAL | 1177 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
|
1179 |
/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) (#71-71), total duration: ~21 ms
↓
|
|||||||||
SQL | Query 1 request(s), #71-71, total duration: ~21 ms | Dur | Total | TTFB |
Trace
↓
|
||||
71 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_left' | 20.9466 | 20.9 TOTAL | 1194 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 |
|
1196 |
/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 |
|
1196 |
/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) (#72-75), total duration: ~28 ms
↓
|
|||||||||
SQL | Query 4 request(s), #72-75, total duration: ~28 ms | Dur | Total | TTFB |
Trace
↓
|
||||
72 | SELECT * FROM oc_category_to_layout WHERE category_id = '33' AND store_id = '0' | 0.1393 | 0.1 TOTAL | 1196 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()`) |
||||
73 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1232 | 0.3 TOTAL | 1197 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()`) |
||||
74 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_right' ORDER BY sort_order | 16.535 | 16.8 TOTAL | 1215 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()`) |
||||
75 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_right' | 11.1616 | 28 TOTAL | 1228 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 |
|
1230 |
/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 |
|
1230 |
/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) (#76-79), total duration: ~6 ms
↓
|
|||||||||
SQL | Query 4 request(s), #76-79, total duration: ~6 ms | Dur | Total | TTFB |
Trace
↓
|
||||
76 | SELECT * FROM oc_category_to_layout WHERE category_id = '33' AND store_id = '0' | 0.1364 | 0.1 TOTAL | 1230 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()`) |
||||
77 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1165 | 0.3 TOTAL | 1231 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()`) |
||||
78 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_top' ORDER BY sort_order | 1.1333 | 1.4 TOTAL | 1232 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()`) |
||||
79 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_top' | 4.8458 | 6.2 TOTAL | 1237 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 |
|
1238 |
/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 |
|
1238 |
/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) (#80-83), total duration: ~57 ms
↓
|
|||||||||
SQL | Query 4 request(s), #80-83, total duration: ~57 ms | Dur | Total | TTFB |
Trace
↓
|
||||
80 | SELECT * FROM oc_category_to_layout WHERE category_id = '33' AND store_id = '0' | 4.597 | 4.6 TOTAL | 1243 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()`) |
||||
81 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 3.8189 | 8.4 TOTAL | 1247 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()`) |
||||
82 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_bottom' ORDER BY sort_order | 28.3586 | 36.8 TOTAL | 1276 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()`) |
||||
83 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_bottom' | 20.5779 | 57.4 TOTAL | 1297 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 |
|
1298 |
/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 |
|
1298 |
/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) (#84-90), total duration: ~189 ms
↓
|
|||||||||
SQL | Query 7 request(s), #84-90, total duration: ~189 ms | Dur | Total | TTFB |
Trace
↓
|
||||
84 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'en-gb') | 45.3624 | 45.4 TOTAL | 1349 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()`) |
||||
85 | 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 | 35.8722 | 81.2 TOTAL | 1383 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()`) |
||||
86 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=4' AND store_id = '0' AND language_id = '1' | 13.9031 | 95.1 TOTAL | 1388 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()`) |
||||
87 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=6' AND store_id = '0' AND language_id = '1' | 44.5636 | 139.7 TOTAL | 1431 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()`) |
||||
88 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=3' AND store_id = '0' AND language_id = '1' | 14.891 | 154.6 TOTAL | 1446 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()`) |
||||
89 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=5' AND store_id = '0' AND language_id = '1' | 9.2058 | 163.8 TOTAL | 1456 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()`) |
||||
90 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer' | 25.3298 | 189.1 TOTAL | 1479 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 |
|
1482 |
/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 |
|
1482 |
/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) (#91-92), total duration: ~61 ms
↓
|
|||||||||
SQL | Query 2 request(s), #91-92, total duration: ~61 ms | Dur | Total | TTFB |
Trace
↓
|
||||
91 | SELECT * FROM oc_extension WHERE `type` = 'analytics' | 33.3286 | 33.3 TOTAL | 1501 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()`) |
||||
92 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'en-gb') | 27.723 | 61.1 TOTAL | 1530 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
|
1530 |
/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) (#93-95), total duration: ~30 ms
↓
|
|||||||||
SQL | Query 3 request(s), #93-95, total duration: ~30 ms | Dur | Total | TTFB |
Trace
↓
|
||||
93 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'en-gb') | 10.1236 | 10.1 TOTAL | 1541 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()`) |
||||
94 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.1562 | 10.3 TOTAL | 1541 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()`) |
||||
95 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/language' | 19.9303 | 30.2 TOTAL | 1561 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
|
1564 |
/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
|
1564 |
/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) (#96-98), total duration: ~51 ms
↓
|
|||||||||
SQL | Query 3 request(s), #96-98, total duration: ~51 ms | Dur | Total | TTFB |
Trace
↓
|
||||
96 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'en-gb') | 5.1128 | 5.1 TOTAL | 1570 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()`) |
||||
97 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 7.49 | 12.6 TOTAL | 1577 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()`) |
||||
98 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency' | 38.3056 | 50.9 TOTAL | 1625 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
|
1627 |
/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
|
1627 |
/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) (#99-100), total duration: ~32 ms
↓
|
|||||||||
SQL | Query 2 request(s), #99-100, total duration: ~32 ms | Dur | Total | TTFB |
Trace
↓
|
||||
99 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'en-gb') | 16.6125 | 16.6 TOTAL | 1639 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()`) |
||||
100 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/search' | 15.0814 | 31.7 TOTAL | 1653 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
|
1654 |
/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
|
1654 |
/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) (#101-112), total duration: ~167 ms
↓
|
|||||||||
SQL | Query 12 request(s), #101-112, total duration: ~167 ms | Dur | Total | TTFB |
Trace
↓
|
||||
101 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'en-gb') | 4.2296 | 4.2 TOTAL | 1662 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()`) |
||||
102 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '1b7ab9538e8e8eda309052425a' | 45.7386 | 50 TOTAL | 1706 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()`) |
||||
103 | SELECT * FROM oc_extension WHERE `type` = 'total' | 0.9153 | 50.9 TOTAL | 1706 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()`) |
||||
104 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'en-gb') | 3.574 | 54.5 TOTAL | 1711 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()`) |
||||
105 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '1b7ab9538e8e8eda309052425a' | 2.6554 | 57.1 TOTAL | 1714 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()`) |
||||
106 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '1b7ab9538e8e8eda309052425a' | 2.0439 | 59.2 TOTAL | 1717 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()`) |
||||
107 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'en-gb') | 21.5257 | 80.7 TOTAL | 1738 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()`) |
||||
108 | SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' | 9.9196 | 90.6 TOTAL | 1748 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()`) |
||||
109 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'en-gb') | 55.5255 | 146.1 TOTAL | 1801 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()`) |
||||
110 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '1b7ab9538e8e8eda309052425a' | 4.7095 | 150.8 TOTAL | 1805 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()`) |
||||
111 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '1b7ab9538e8e8eda309052425a' | 2.8524 | 153.7 TOTAL | 1808 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()`) |
||||
112 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/cart' | 13.2616 | 167 TOTAL | 1822 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
|
1826 |
/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
|
1826 |
/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) (#113-115), total duration: ~83 ms
↓
|
|||||||||
SQL | Query 3 request(s), #113-115, total duration: ~83 ms | Dur | Total | TTFB |
Trace
↓
|
||||
113 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'en-gb') | 25.9023 | 25.9 TOTAL | 1840 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()`) |
||||
114 | 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.2634 | 27.2 TOTAL | 1841 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()`) |
||||
115 | 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) | 55.9507 | 83.1 TOTAL | 1892 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}
...how long does `getTotalProducts()` take? category id 26
{common/menu} |
1892 |
/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) (#116-118), total duration: ~58 ms
↓
|
|||||||||
SQL | Query 3 request(s), #116-118, total duration: ~58 ms | Dur | Total | TTFB |
Trace
↓
|
||||
116 | 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' | 25.0983 | 25.1 TOTAL | 1917 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()`) |
||||
117 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 12.6102 | 37.7 TOTAL | 1930 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()`) |
||||
118 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' | 20.2697 | 58 TOTAL | 1951 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}
...after `getTotalProducts()`
{common/menu} |
1951 |
/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}
...how long does `getTotalProducts()` take? category id 27
{common/menu} |
1951 |
/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) (#119-121), total duration: ~12 ms
↓
|
|||||||||
SQL | Query 3 request(s), #119-121, total duration: ~12 ms | Dur | Total | TTFB |
Trace
↓
|
||||
119 | 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' | 3.4603 | 3.5 TOTAL | 1954 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()`) |
||||
120 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 4.8866 | 8.3 TOTAL | 1961 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()`) |
||||
121 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=27' AND store_id = '0' AND language_id = '1' | 3.8726 | 12.2 TOTAL | 1967 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}
...after `getTotalProducts()`
{common/menu} |
1967 |
/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) (#122-123), total duration: ~42 ms
↓
|
|||||||||
SQL | Query 2 request(s), #122-123, total duration: ~42 ms | Dur | Total | TTFB |
Trace
↓
|
||||
122 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 12.3324 | 12.3 TOTAL | 1980 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()`) |
||||
123 | 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) | 30.0524 | 42.4 TOTAL | 2010 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}
...how long does `getTotalProducts()` take? category id 46
{common/menu} |
2010 |
/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) (#124-126), total duration: ~43 ms
↓
|
|||||||||
SQL | Query 3 request(s), #124-126, total duration: ~43 ms | Dur | Total | TTFB |
Trace
↓
|
||||
124 | 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' | 6.9319 | 6.9 TOTAL | 2022 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()`) |
||||
125 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 21.2415 | 28.2 TOTAL | 2044 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()`) |
||||
126 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 14.496 | 42.7 TOTAL | 2059 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}
...after `getTotalProducts()`
{common/menu} |
2059 |
/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}
...how long does `getTotalProducts()` take? category id 45
{common/menu} |
2059 |
/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) (#127-129), total duration: ~22 ms
↓
|
|||||||||
SQL | Query 3 request(s), #127-129, total duration: ~22 ms | Dur | Total | TTFB |
Trace
↓
|
||||
127 | 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' | 2.4998 | 2.5 TOTAL | 2062 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()`) |
||||
128 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 8.4816 | 11 TOTAL | 2071 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()`) |
||||
129 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=45' AND store_id = '0' AND language_id = '1' | 11.0129 | 22 TOTAL | 2079 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}
...after `getTotalProducts()`
{common/menu} |
2079 |
/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) (#130-131), total duration: ~44 ms
↓
|
|||||||||
SQL | Query 2 request(s), #130-131, total duration: ~44 ms | Dur | Total | TTFB |
Trace
↓
|
||||
130 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 6.0188 | 6 TOTAL | 2086 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()`) |
||||
131 | 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) | 38.2645 | 44.3 TOTAL | 2124 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}
...how long does `getTotalProducts()` take? category id 29
{common/menu} |
2124 |
/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) (#132-134), total duration: ~30 ms
↓
|
|||||||||
SQL | Query 3 request(s), #132-134, total duration: ~30 ms | Dur | Total | TTFB |
Trace
↓
|
||||
132 | 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' | 7.0376 | 7 TOTAL | 2131 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()`) |
||||
133 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 1.8967 | 8.9 TOTAL | 2138 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()`) |
||||
134 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1' | 20.975 | 29.9 TOTAL | 2150 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}
...after `getTotalProducts()`
{common/menu} |
2150 |
/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}
...how long does `getTotalProducts()` take? category id 28
{common/menu} |
2150 |
/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) (#135-137), total duration: ~14 ms
↓
|
|||||||||
SQL | Query 3 request(s), #135-137, total duration: ~14 ms | Dur | Total | TTFB |
Trace
↓
|
||||
135 | 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' | 9.6369 | 9.6 TOTAL | 2160 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()`) |
||||
136 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1387 | 9.8 TOTAL | 2160 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()`) |
||||
137 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' | 3.8855 | 13.7 TOTAL | 2163 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}
...after `getTotalProducts()`
{common/menu} |
2163 |
/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}
...how long does `getTotalProducts()` take? category id 30
{common/menu} |
2163 |
/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) (#138-140), total duration: ~19 ms
↓
|
|||||||||
SQL | Query 3 request(s), #138-140, total duration: ~19 ms | Dur | Total | TTFB |
Trace
↓
|
||||
138 | 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' | 7.8264 | 7.8 TOTAL | 2171 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()`) |
||||
139 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1985 | 8 TOTAL | 2172 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()`) |
||||
140 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' | 11.3554 | 19.4 TOTAL | 2183 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}
...after `getTotalProducts()`
{common/menu} |
2183 |
/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}
...how long does `getTotalProducts()` take? category id 31
{common/menu} |
2183 |
/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) (#141-143), total duration: ~16 ms
↓
|
|||||||||
SQL | Query 3 request(s), #141-143, total duration: ~16 ms | Dur | Total | TTFB |
Trace
↓
|
||||
141 | 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.7774 | 0.8 TOTAL | 2185 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()`) |
||||
142 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1438 | 0.9 TOTAL | 2185 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()`) |
||||
143 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 15.1599 | 16.1 TOTAL | 2200 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}
...after `getTotalProducts()`
{common/menu} |
2200 |
/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}
...how long does `getTotalProducts()` take? category id 32
{common/menu} |
2200 |
/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) (#144-146), total duration: ~37 ms
↓
|
|||||||||
SQL | Query 3 request(s), #144-146, total duration: ~37 ms | Dur | Total | TTFB |
Trace
↓
|
||||
144 | 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' | 25.7826 | 25.8 TOTAL | 2226 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()`) |
||||
145 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.166 | 25.9 TOTAL | 2227 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()`) |
||||
146 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' AND store_id = '0' AND language_id = '1' | 10.6914 | 36.6 TOTAL | 2238 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}
...after `getTotalProducts()`
{common/menu} |
2238 |
/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) (#147-156), total duration: ~208 ms
↓
|
|||||||||
SQL | Query 10 request(s), #147-156, total duration: ~208 ms | Dur | Total | TTFB |
Trace
↓
|
||||
147 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 3.3405 | 3.3 TOTAL | 2241 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()`) |
||||
148 | 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) | 23.8863 | 27.2 TOTAL | 2265 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()`) |
||||
149 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' | 51.218 | 78.4 TOTAL | 2318 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()`) |
||||
150 | 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) | 16.8921 | 95.3 TOTAL | 2323 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()`) |
||||
151 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' | 11.8967 | 107.2 TOTAL | 2338 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()`) |
||||
152 | 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.7803 | 109 TOTAL | 2340 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()`) |
||||
153 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' | 0.4638 | 109.5 TOTAL | 2341 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()`) |
||||
154 | 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) | 70.9117 | 180.4 TOTAL | 2412 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()`) |
||||
155 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.5246 | 180.9 TOTAL | 2418 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()`) |
||||
156 | 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) | 26.8502 | 207.8 TOTAL | 2445 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}
...how long does `getTotalProducts()` take? category id 43
{common/menu} |
2446 |
/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) (#157-159), total duration: ~51 ms
↓
|
|||||||||
SQL | Query 3 request(s), #157-159, total duration: ~51 ms | Dur | Total | TTFB |
Trace
↓
|
||||
157 | 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' | 17.2755 | 17.3 TOTAL | 2465 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()`) |
||||
158 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 6.6188 | 23.9 TOTAL | 2472 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()`) |
||||
159 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=43' AND store_id = '0' AND language_id = '1' | 27.0106 | 50.9 TOTAL | 2499 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}
...after `getTotalProducts()`
{common/menu} |
2499 |
/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}
...how long does `getTotalProducts()` take? category id 44
{common/menu} |
2499 |
/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) (#160-162), total duration: ~30 ms
↓
|
|||||||||
SQL | Query 3 request(s), #160-162, total duration: ~30 ms | Dur | Total | TTFB |
Trace
↓
|
||||
160 | 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.8341 | 0.8 TOTAL | 2504 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()`) |
||||
161 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 2.1594 | 3 TOTAL | 2506 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()`) |
||||
162 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=44' AND store_id = '0' AND language_id = '1' | 27.3159 | 30.3 TOTAL | 2523 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}
...after `getTotalProducts()`
{common/menu} |
2523 |
/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}
...how long does `getTotalProducts()` take? category id 47
{common/menu} |
2523 |
/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) (#163-165), total duration: ~47 ms
↓
|
|||||||||
SQL | Query 3 request(s), #163-165, total duration: ~47 ms | Dur | Total | TTFB |
Trace
↓
|
||||
163 | 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' | 3.5134 | 3.5 TOTAL | 2527 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()`) |
||||
164 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 7.1632 | 10.7 TOTAL | 2534 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()`) |
||||
165 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=47' AND store_id = '0' AND language_id = '1' | 36.0066 | 46.7 TOTAL | 2571 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}
...after `getTotalProducts()`
{common/menu} |
2571 |
/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}
...how long does `getTotalProducts()` take? category id 48
{common/menu} |
2571 |
/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) (#166-168), total duration: ~67 ms
↓
|
|||||||||
SQL | Query 3 request(s), #166-168, total duration: ~67 ms | Dur | Total | TTFB |
Trace
↓
|
||||
166 | 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' | 1.668 | 1.7 TOTAL | 2573 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()`) |
||||
167 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 21.1266 | 22.8 TOTAL | 2595 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()`) |
||||
168 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=48' AND store_id = '0' AND language_id = '1' | 44.0666 | 66.9 TOTAL | 2639 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}
...after `getTotalProducts()`
{common/menu} |
2639 |
/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}
...how long does `getTotalProducts()` take? category id 49
{common/menu} |
2639 |
/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) (#169-171), total duration: ~127 ms
↓
|
|||||||||
SQL | Query 3 request(s), #169-171, total duration: ~127 ms | Dur | Total | TTFB |
Trace
↓
|
||||
169 | 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' | 43.2243 | 43.2 TOTAL | 2683 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()`) |
||||
170 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 32.3922 | 75.6 TOTAL | 2716 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()`) |
||||
171 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=49' AND store_id = '0' AND language_id = '1' | 50.9121 | 126.5 TOTAL | 2767 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}
...after `getTotalProducts()`
{common/menu} |
2767 |
/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}
...how long does `getTotalProducts()` take? category id 50
{common/menu} |
2767 |
/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) (#172-174), total duration: ~24 ms
↓
|
|||||||||
SQL | Query 3 request(s), #172-174, total duration: ~24 ms | Dur | Total | TTFB |
Trace
↓
|
||||
172 | 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' | 1.5372 | 1.5 TOTAL | 2769 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()`) |
||||
173 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.2871 | 1.8 TOTAL | 2769 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()`) |
||||
174 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=50' AND store_id = '0' AND language_id = '1' | 22.2577 | 24.1 TOTAL | 2791 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}
...after `getTotalProducts()`
{common/menu} |
2791 |
/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}
...how long does `getTotalProducts()` take? category id 51
{common/menu} |
2791 |
/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) (#175-177), total duration: ~49 ms
↓
|
|||||||||
SQL | Query 3 request(s), #175-177, total duration: ~49 ms | Dur | Total | TTFB |
Trace
↓
|
||||
175 | 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' | 14.619 | 14.6 TOTAL | 2806 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()`) |
||||
176 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 6.1484 | 20.8 TOTAL | 2813 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()`) |
||||
177 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=51' AND store_id = '0' AND language_id = '1' | 27.7476 | 48.5 TOTAL | 2840 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}
...after `getTotalProducts()`
{common/menu} |
2841 |
/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}
...how long does `getTotalProducts()` take? category id 52
{common/menu} |
2841 |
/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) (#178-180), total duration: ~29 ms
↓
|
|||||||||
SQL | Query 3 request(s), #178-180, total duration: ~29 ms | Dur | Total | TTFB |
Trace
↓
|
||||
178 | 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' | 10.465 | 10.5 TOTAL | 2851 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()`) |
||||
179 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1174 | 10.6 TOTAL | 2851 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()`) |
||||
180 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=52' AND store_id = '0' AND language_id = '1' | 18.1829 | 28.8 TOTAL | 2870 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}
...after `getTotalProducts()`
{common/menu} |
2870 |
/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}
...how long does `getTotalProducts()` take? category id 53
{common/menu} |
2870 |
/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) (#181-183), total duration: ~66 ms
↓
|
|||||||||
SQL | Query 3 request(s), #181-183, total duration: ~66 ms | Dur | Total | TTFB |
Trace
↓
|
||||
181 | 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' | 15.2199 | 15.2 TOTAL | 2885 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()`) |
||||
182 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1171 | 15.3 TOTAL | 2886 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()`) |
||||
183 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=53' AND store_id = '0' AND language_id = '1' | 50.8582 | 66.2 TOTAL | 2937 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}
...after `getTotalProducts()`
{common/menu} |
2937 |
/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}
...how long does `getTotalProducts()` take? category id 54
{common/menu} |
2937 |
/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) (#184-186), total duration: ~58 ms
↓
|
|||||||||
SQL | Query 3 request(s), #184-186, total duration: ~58 ms | Dur | Total | TTFB |
Trace
↓
|
||||
184 | 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' | 18.7736 | 18.8 TOTAL | 2963 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()`) |
||||
185 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1757 | 18.9 TOTAL | 2963 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()`) |
||||
186 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=54' AND store_id = '0' AND language_id = '1' | 39.3708 | 58.3 TOTAL | 2995 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}
...after `getTotalProducts()`
{common/menu} |
2995 |
/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}
...how long does `getTotalProducts()` take? category id 55
{common/menu} |
2995 |
/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) (#187-189), total duration: ~8 ms
↓
|
|||||||||
SQL | Query 3 request(s), #187-189, total duration: ~8 ms | Dur | Total | TTFB |
Trace
↓
|
||||
187 | 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.8166 | 0.8 TOTAL | 2996 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()`) |
||||
188 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1267 | 0.9 TOTAL | 2996 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()`) |
||||
189 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=55' AND store_id = '0' AND language_id = '1' | 7.4903 | 8.4 TOTAL | 3004 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}
...after `getTotalProducts()`
{common/menu} |
3004 |
/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}
...how long does `getTotalProducts()` take? category id 56
{common/menu} |
3004 |
/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) (#190-192), total duration: ~22 ms
↓
|
|||||||||
SQL | Query 3 request(s), #190-192, total duration: ~22 ms | Dur | Total | TTFB |
Trace
↓
|
||||
190 | 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.8204 | 0.8 TOTAL | 3005 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()`) |
||||
191 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 21.1017 | 21.9 TOTAL | 3026 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()`) |
||||
192 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=56' AND store_id = '0' AND language_id = '1' | 0.5195 | 22.4 TOTAL | 3027 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}
...after `getTotalProducts()`
{common/menu} |
3027 |
/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}
...how long does `getTotalProducts()` take? category id 38
{common/menu} |
3027 |
/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) (#193-195), total duration: ~36 ms
↓
|
|||||||||
SQL | Query 3 request(s), #193-195, total duration: ~36 ms | Dur | Total | TTFB |
Trace
↓
|
||||
193 | 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' | 13.0037 | 13 TOTAL | 3056 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()`) |
||||
194 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 2.7878 | 15.8 TOTAL | 3059 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()`) |
||||
195 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=38' AND store_id = '0' AND language_id = '1' | 19.9638 | 35.8 TOTAL | 3071 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}
...after `getTotalProducts()`
{common/menu} |
3071 |
/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}
...how long does `getTotalProducts()` take? category id 37
{common/menu} |
3071 |
/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) (#196-198), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #196-198, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
196 | 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.8264 | 0.8 TOTAL | 3072 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()`) |
||||
197 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1169 | 0.9 TOTAL | 3073 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()`) |
||||
198 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=37' AND store_id = '0' AND language_id = '1' | 0.4563 | 1.4 TOTAL | 3073 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}
...after `getTotalProducts()`
{common/menu} |
3073 |
/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}
...how long does `getTotalProducts()` take? category id 39
{common/menu} |
3073 |
/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) (#199-201), total duration: ~54 ms
↓
|
|||||||||
SQL | Query 3 request(s), #199-201, total duration: ~54 ms | Dur | Total | TTFB |
Trace
↓
|
||||
199 | 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.7583 | 0.8 TOTAL | 3075 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()`) |
||||
200 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 25.7746 | 26.5 TOTAL | 3101 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()`) |
||||
201 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=39' AND store_id = '0' AND language_id = '1' | 27.706 | 54.2 TOTAL | 3128 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}
...after `getTotalProducts()`
{common/menu} |
3128 |
/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}
...how long does `getTotalProducts()` take? category id 40
{common/menu} |
3128 |
/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) (#202-204), total duration: ~30 ms
↓
|
|||||||||
SQL | Query 3 request(s), #202-204, total duration: ~30 ms | Dur | Total | TTFB |
Trace
↓
|
||||
202 | 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' | 8.7636 | 8.8 TOTAL | 3139 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()`) |
||||
203 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 1.6226 | 10.4 TOTAL | 3141 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()`) |
||||
204 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=40' AND store_id = '0' AND language_id = '1' | 19.8045 | 30.2 TOTAL | 3161 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}
...after `getTotalProducts()`
{common/menu} |
3161 |
/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}
...how long does `getTotalProducts()` take? category id 41
{common/menu} |
3161 |
/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) (#205-207), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #205-207, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
205 | 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' | 0.8271 | 0.8 TOTAL | 3162 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()`) |
||||
206 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1206 | 0.9 TOTAL | 3162 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()`) |
||||
207 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=41' AND store_id = '0' AND language_id = '1' | 0.5001 | 1.4 TOTAL | 3163 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}
...after `getTotalProducts()`
{common/menu} |
3163 |
/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}
...how long does `getTotalProducts()` take? category id 42
{common/menu} |
3163 |
/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) (#208-210), total duration: ~53 ms
↓
|
|||||||||
SQL | Query 3 request(s), #208-210, total duration: ~53 ms | Dur | Total | TTFB |
Trace
↓
|
||||
208 | 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.8009 | 0.8 TOTAL | 3164 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()`) |
||||
209 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1635 | 1 TOTAL | 3172 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()`) |
||||
210 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=42' AND store_id = '0' AND language_id = '1' | 51.5758 | 52.5 TOTAL | 3224 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}
...after `getTotalProducts()`
{common/menu} |
3224 |
/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) (#211-212), total duration: ~31 ms
↓
|
|||||||||
SQL | Query 2 request(s), #211-212, total duration: ~31 ms | Dur | Total | TTFB |
Trace
↓
|
||||
211 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 22.0015 | 22 TOTAL | 3247 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()`) |
||||
212 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/menu' | 9.1747 | 31.2 TOTAL | 3257 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
|
3260 |
/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) (#213-214), total duration: ~7 ms
↓
|
|||||||||
SQL | Query 2 request(s), #213-214, total duration: ~7 ms | Dur | Total | TTFB |
Trace
↓
|
||||
213 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/header' | 6.0539 | 6.1 TOTAL | 3260 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()`) |
||||
214 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.4537 | 6.5 TOTAL | 3265 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 |
|
3265 |
/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) (#215-216), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 2 request(s), #215-216, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
215 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'product/category' | 0.4609 | 0.5 TOTAL | 3271 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()`) |
||||
216 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.1607 | 0.6 TOTAL | 3280 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()`) |
# | 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` = '1b7ab9538e8e8eda309052425a' AND `expire` > '2024-11-21 06:21:06' | 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/' | 27.364 | 27.4 | 58 |
/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 | 5.3175 | 32.7 | 63 |
/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.1959 | 32.9 | 64 |
/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 | 14.1183 | 47 | 74 |
/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 | 37.5194 | 84.5 | 108 |
/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 | 1.4692 | 86 | 110 |
/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 | 25.6655 | 111.6 | 136 |
/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 | 7.6854 | 119.3 | 144 |
/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' | 13.715 | 133.1 | 158 |
/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' | 3.843 | 136.9 | 162 |
/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.3336 | 137.2 | 162 |
/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 | 2.7319 | 140 | 165 |
/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 = 'camera' AND store_id = '0' | 35.7864 | 175.7 | 171 |
/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') | 15.5559 | 191.3 | 187 |
/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 = '33' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' | 0.7615 | 192.1 | 188 |
/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=33' AND store_id = '0' AND language_id = '1' | 0.5371 | 192.6 | 189 |
/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 = '33' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 8.6686 | 201.3 | 190 |
/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 = '33' | 14.22 | 215.5 | 204 |
/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 = '33' GROUP BY p.product_id ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,15 | 8.0826 | 223.6 | 212 |
/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 DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (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, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (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 COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p 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) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '30' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' | 17.1606 | 240.7 | 229 |
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/catalog/model/catalog/product.php:203 (in `ModelCatalogProduct->getProduct()`) /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()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/catalog/model/catalog/product.php:203 (in `ModelCatalogProduct->getProduct()`) /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()`) |
24 | SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (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, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (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 COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p 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) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '31' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' | 23.6417 | 264.4 | 253 |
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/catalog/model/catalog/product.php:203 (in `ModelCatalogProduct->getProduct()`) /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()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/catalog/model/catalog/product.php:203 (in `ModelCatalogProduct->getProduct()`) /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()`) |
25 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 18.1081 | 282.5 | 272 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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:208 (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` = 'product_id=30' AND store_id = '0' AND language_id = '1' | 14.2662 | 296.7 | 286 |
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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=33' AND store_id = '0' AND language_id = '1' | 0.1411 | 296.9 | 287 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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:208 (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` = 'product_id=31' AND store_id = '0' AND language_id = '1' | 0.4571 | 297.3 | 289 |
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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=33' AND store_id = '0' AND language_id = '1' | 4.9252 | 302.3 | 294 |
/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()`) |
30 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.1128 | 302.4 | 294 |
/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()`) |
31 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 1.5563 | 303.9 | 296 |
/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()`) |
32 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 29.5142 | 333.5 | 326 |
/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()`) |
33 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 24.8265 | 358.3 | 350 |
/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()`) |
34 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 25.8583 | 384.1 | 376 |
/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()`) |
35 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.1392 | 384.3 | 377 |
/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()`) |
36 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 44.5491 | 428.8 | 421 |
/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()`) |
37 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 15.8566 | 444.7 | 442 |
/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()`) |
38 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 17.6287 | 462.3 | 459 |
/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()`) |
39 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 28.3792 | 490.7 | 488 |
/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()`) |
40 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 32.1374 | 522.8 | 523 |
/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()`) |
41 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 9.3269 | 532.2 | 537 |
/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()`) |
42 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 12.0888 | 544.2 | 549 |
/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()`) |
43 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 83.7963 | 628 | 633 |
/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()`) |
44 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 14.398 | 642.4 | 648 |
/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()`) |
45 | SELECT * FROM oc_category_to_layout WHERE category_id = '33' AND store_id = '0' | 9.5945 | 652 | 658 |
/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()`) |
46 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 18.2221 | 670.3 | 676 |
/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()`) |
47 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_left' ORDER BY sort_order | 32.2215 | 702.5 | 709 |
/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()`) |
48 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/category' OR route = 'en-gb') | 30.5332 | 733 | 740 |
/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()`) |
49 | 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) | 40.0078 | 773 | 773 |
/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()`) |
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 = '20' | 10.6112 | 783.6 | 785 |
/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=20' AND store_id = '0' AND language_id = '1' | 81.3776 | 865 | 867 |
/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 = '18' | 14.8239 | 879.8 | 882 |
/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=18' AND store_id = '0' AND language_id = '1' | 31.2595 | 911.1 | 919 |
/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 = '25' | 1.0535 | 912.1 | 920 |
/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=25' AND store_id = '0' AND language_id = '1' | 35.7581 | 947.9 | 956 |
/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 = '57' | 0.721 | 948.6 | 957 |
/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=57' AND store_id = '0' AND language_id = '1' | 24.7566 | 973.4 | 982 |
/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 = '17' | 23.3188 | 996.7 | 1006 |
/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=17' AND store_id = '0' AND language_id = '1' | 0.5243 | 997.2 | 1006 |
/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 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.8157 | 998 | 1007 |
/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()`) |
61 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' | 14.5207 | 1012.6 | 1022 |
/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()`) |
62 | 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) | 27.7592 | 1040.3 | 1050 |
/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:36 (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:36 (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()`) |
63 | 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.6639 | 1041 | 1055 |
/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()`) |
64 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.124 | 1041.1 | 1055 |
/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()`) |
65 | 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' | 7.2234 | 1048.3 | 1063 |
/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()`) |
66 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 8.4078 | 1056.7 | 1071 |
/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()`) |
67 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/category' | 20.7561 | 1077.5 | 1092 |
/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()`) |
68 | SELECT * FROM oc_module WHERE module_id = '30' | 53.4571 | 1131 | 1141 |
/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()`) |
69 | 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 | 31.903 | 1162.9 | 1164 |
/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()`) |
70 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/banner' | 12.3155 | 1175.2 | 1177 |
/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()`) |
71 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_left' | 20.9466 | 1196.1 | 1194 |
/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()`) |
72 | SELECT * FROM oc_category_to_layout WHERE category_id = '33' AND store_id = '0' | 0.1393 | 1196.3 | 1196 |
/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()`) |
73 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1232 | 1196.4 | 1197 |
/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()`) |
74 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_right' ORDER BY sort_order | 16.535 | 1212.9 | 1215 |
/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()`) |
75 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_right' | 11.1616 | 1224.1 | 1228 |
/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()`) |
76 | SELECT * FROM oc_category_to_layout WHERE category_id = '33' AND store_id = '0' | 0.1364 | 1224.2 | 1230 |
/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()`) |
77 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1165 | 1224.3 | 1231 |
/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()`) |
78 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_top' ORDER BY sort_order | 1.1333 | 1225.5 | 1232 |
/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()`) |
79 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_top' | 4.8458 | 1230.3 | 1237 |
/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()`) |
80 | SELECT * FROM oc_category_to_layout WHERE category_id = '33' AND store_id = '0' | 4.597 | 1234.9 | 1243 |
/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()`) |
81 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 3.8189 | 1238.7 | 1247 |
/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()`) |
82 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_bottom' ORDER BY sort_order | 28.3586 | 1267.1 | 1276 |
/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()`) |
83 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_bottom' | 20.5779 | 1287.7 | 1297 |
/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()`) |
84 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'en-gb') | 45.3624 | 1333 | 1349 |
/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()`) |
85 | 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 | 35.8722 | 1368.9 | 1383 |
/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()`) |
86 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=4' AND store_id = '0' AND language_id = '1' | 13.9031 | 1382.8 | 1388 |
/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` = 'information_id=6' AND store_id = '0' AND language_id = '1' | 44.5636 | 1427.4 | 1431 |
/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()`) |
88 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=3' AND store_id = '0' AND language_id = '1' | 14.891 | 1442.3 | 1446 |
/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()`) |
89 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=5' AND store_id = '0' AND language_id = '1' | 9.2058 | 1451.5 | 1456 |
/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()`) |
90 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer' | 25.3298 | 1476.8 | 1479 |
/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()`) |
91 | SELECT * FROM oc_extension WHERE `type` = 'analytics' | 33.3286 | 1510.1 | 1501 |
/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()`) |
92 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'en-gb') | 27.723 | 1537.8 | 1530 |
/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()`) |
93 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'en-gb') | 10.1236 | 1548 | 1541 |
/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()`) |
94 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.1562 | 1548.1 | 1541 |
/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()`) |
95 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/language' | 19.9303 | 1568 | 1561 |
/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()`) |
96 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'en-gb') | 5.1128 | 1573.2 | 1570 |
/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()`) |
97 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 7.49 | 1580.7 | 1577 |
/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()`) |
98 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency' | 38.3056 | 1619 | 1625 |
/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()`) |
99 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'en-gb') | 16.6125 | 1635.6 | 1639 |
/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()`) |
100 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/search' | 15.0814 | 1650.7 | 1653 |
/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()`) |
101 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'en-gb') | 4.2296 | 1654.9 | 1662 |
/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()`) |
102 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '1b7ab9538e8e8eda309052425a' | 45.7386 | 1700.6 | 1706 |
/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()`) |
103 | SELECT * FROM oc_extension WHERE `type` = 'total' | 0.9153 | 1701.5 | 1706 |
/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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'en-gb') | 3.574 | 1705.1 | 1711 |
/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()`) |
105 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '1b7ab9538e8e8eda309052425a' | 2.6554 | 1707.8 | 1714 |
/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()`) |
106 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '1b7ab9538e8e8eda309052425a' | 2.0439 | 1709.8 | 1717 |
/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()`) |
107 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'en-gb') | 21.5257 | 1731.3 | 1738 |
/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()`) |
108 | SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' | 9.9196 | 1741.3 | 1748 |
/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()`) |
109 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'en-gb') | 55.5255 | 1796.8 | 1801 |
/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()`) |
110 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '1b7ab9538e8e8eda309052425a' | 4.7095 | 1801.5 | 1805 |
/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()`) |
111 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '1b7ab9538e8e8eda309052425a' | 2.8524 | 1804.3 | 1808 |
/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()`) |
112 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/cart' | 13.2616 | 1817.6 | 1822 |
/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()`) |
113 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'en-gb') | 25.9023 | 1843.5 | 1840 |
/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()`) |
114 | 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.2634 | 1844.8 | 1841 |
/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()`) |
115 | 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) | 55.9507 | 1900.7 | 1892 |
/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()`) |
116 | 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' | 25.0983 | 1925.8 | 1917 |
/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()`) |
117 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 12.6102 | 1938.4 | 1930 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
118 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' | 20.2697 | 1958.7 | 1951 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 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' | 3.4603 | 1962.2 | 1954 |
/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()`) |
120 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 4.8866 | 1967 | 1961 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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_seo_url WHERE `query` = 'category_id=27' AND store_id = '0' AND language_id = '1' | 3.8726 | 1970.9 | 1967 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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=20' AND store_id = '0' AND language_id = '1' | 12.3324 | 1983.2 | 1980 |
/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()`) |
123 | 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) | 30.0524 | 2013.3 | 2010 |
/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()`) |
124 | 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' | 6.9319 | 2020.2 | 2022 |
/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()`) |
125 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 21.2415 | 2041.5 | 2044 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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=46' AND store_id = '0' AND language_id = '1' | 14.496 | 2056 | 2059 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 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' | 2.4998 | 2058.5 | 2062 |
/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()`) |
128 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 8.4816 | 2067 | 2071 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
129 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=45' AND store_id = '0' AND language_id = '1' | 11.0129 | 2078 | 2079 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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=18' AND store_id = '0' AND language_id = '1' | 6.0188 | 2084 | 2086 |
/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()`) |
131 | 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) | 38.2645 | 2122.2 | 2124 |
/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()`) |
132 | 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' | 7.0376 | 2129.3 | 2131 |
/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()`) |
133 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 1.8967 | 2131.2 | 2138 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1' | 20.975 | 2152.2 | 2150 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
135 | 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' | 9.6369 | 2161.8 | 2160 |
/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()`) |
136 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1387 | 2161.9 | 2160 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' | 3.8855 | 2165.8 | 2163 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
138 | 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' | 7.8264 | 2173.6 | 2171 |
/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()`) |
139 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1985 | 2173.8 | 2172 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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=30' AND store_id = '0' AND language_id = '1' | 11.3554 | 2185.2 | 2183 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 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.7774 | 2186 | 2185 |
/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()`) |
142 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1438 | 2186.1 | 2185 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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=31' AND store_id = '0' AND language_id = '1' | 15.1599 | 2201.3 | 2200 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
144 | 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' | 25.7826 | 2227.1 | 2226 |
/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()`) |
145 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.166 | 2227.2 | 2227 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
146 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' AND store_id = '0' AND language_id = '1' | 10.6914 | 2237.9 | 2238 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
147 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 3.3405 | 2241.3 | 2241 |
/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()`) |
148 | 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) | 23.8863 | 2265.1 | 2265 |
/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()`) |
149 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' | 51.218 | 2316.4 | 2318 |
/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()`) |
150 | 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) | 16.8921 | 2333.3 | 2323 |
/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()`) |
151 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' | 11.8967 | 2345.2 | 2338 |
/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()`) |
152 | 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.7803 | 2346.9 | 2340 |
/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()`) |
153 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' | 0.4638 | 2347.4 | 2341 |
/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_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) | 70.9117 | 2418.3 | 2412 |
/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()`) |
155 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.5246 | 2418.8 | 2418 |
/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()`) |
156 | 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) | 26.8502 | 2445.7 | 2445 |
/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()`) |
157 | 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' | 17.2755 | 2463 | 2465 |
/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()`) |
158 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 6.6188 | 2469.6 | 2472 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 * FROM oc_seo_url WHERE `query` = 'category_id=43' AND store_id = '0' AND language_id = '1' | 27.0106 | 2496.6 | 2499 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 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.8341 | 2497.4 | 2504 |
/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()`) |
161 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 2.1594 | 2499.6 | 2506 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 * FROM oc_seo_url WHERE `query` = 'category_id=44' AND store_id = '0' AND language_id = '1' | 27.3159 | 2526.9 | 2523 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
163 | 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' | 3.5134 | 2530.4 | 2527 |
/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()`) |
164 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 7.1632 | 2537.6 | 2534 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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_seo_url WHERE `query` = 'category_id=47' AND store_id = '0' AND language_id = '1' | 36.0066 | 2573.6 | 2571 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
166 | 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' | 1.668 | 2575.2 | 2573 |
/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()`) |
167 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 21.1266 | 2596.4 | 2595 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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_seo_url WHERE `query` = 'category_id=48' AND store_id = '0' AND language_id = '1' | 44.0666 | 2640.4 | 2639 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
169 | 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' | 43.2243 | 2683.7 | 2683 |
/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()`) |
170 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 32.3922 | 2716.1 | 2716 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 * FROM oc_seo_url WHERE `query` = 'category_id=49' AND store_id = '0' AND language_id = '1' | 50.9121 | 2767 | 2767 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
172 | 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' | 1.5372 | 2768.5 | 2769 |
/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()`) |
173 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.2871 | 2768.8 | 2769 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 * FROM oc_seo_url WHERE `query` = 'category_id=50' AND store_id = '0' AND language_id = '1' | 22.2577 | 2791.1 | 2791 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
175 | 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' | 14.619 | 2805.7 | 2806 |
/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()`) |
176 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 6.1484 | 2811.8 | 2813 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 * FROM oc_seo_url WHERE `query` = 'category_id=51' AND store_id = '0' AND language_id = '1' | 27.7476 | 2839.6 | 2840 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 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' | 10.465 | 2850 | 2851 |
/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()`) |
179 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1174 | 2850.2 | 2851 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 * FROM oc_seo_url WHERE `query` = 'category_id=52' AND store_id = '0' AND language_id = '1' | 18.1829 | 2868.3 | 2870 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
181 | 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' | 15.2199 | 2883.6 | 2885 |
/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()`) |
182 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1171 | 2883.7 | 2886 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 * FROM oc_seo_url WHERE `query` = 'category_id=53' AND store_id = '0' AND language_id = '1' | 50.8582 | 2934.5 | 2937 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 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' | 18.7736 | 2953.3 | 2963 |
/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()`) |
185 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1757 | 2953.5 | 2963 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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_seo_url WHERE `query` = 'category_id=54' AND store_id = '0' AND language_id = '1' | 39.3708 | 2992.8 | 2995 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
187 | 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.8166 | 2993.7 | 2996 |
/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()`) |
188 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1267 | 2993.8 | 2996 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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_seo_url WHERE `query` = 'category_id=55' AND store_id = '0' AND language_id = '1' | 7.4903 | 3001.3 | 3004 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
190 | 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.8204 | 3002.1 | 3005 |
/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()`) |
191 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 21.1017 | 3023.2 | 3026 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 * FROM oc_seo_url WHERE `query` = 'category_id=56' AND store_id = '0' AND language_id = '1' | 0.5195 | 3023.7 | 3027 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 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' | 13.0037 | 3036.7 | 3056 |
/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()`) |
194 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 2.7878 | 3039.5 | 3059 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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=38' AND store_id = '0' AND language_id = '1' | 19.9638 | 3059.5 | 3071 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
196 | 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.8264 | 3060.3 | 3072 |
/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()`) |
197 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1169 | 3060.4 | 3073 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 * FROM oc_seo_url WHERE `query` = 'category_id=37' AND store_id = '0' AND language_id = '1' | 0.4563 | 3060.9 | 3073 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 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.7583 | 3061.6 | 3075 |
/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()`) |
200 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 25.7746 | 3087.4 | 3101 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 * FROM oc_seo_url WHERE `query` = 'category_id=39' AND store_id = '0' AND language_id = '1' | 27.706 | 3115.1 | 3128 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
202 | 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' | 8.7636 | 3123.9 | 3139 |
/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()`) |
203 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 1.6226 | 3125.5 | 3141 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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=40' AND store_id = '0' AND language_id = '1' | 19.8045 | 3145.3 | 3161 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
205 | 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' | 0.8271 | 3146.1 | 3162 |
/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()`) |
206 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1206 | 3146.3 | 3162 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
207 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=41' AND store_id = '0' AND language_id = '1' | 0.5001 | 3146.8 | 3163 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
208 | 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.8009 | 3147.6 | 3164 |
/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()`) |
209 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1635 | 3147.7 | 3172 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
210 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=42' AND store_id = '0' AND language_id = '1' | 51.5758 | 3199.3 | 3224 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
211 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 22.0015 | 3221.3 | 3247 |
/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()`) |
212 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/menu' | 9.1747 | 3230.5 | 3257 |
/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()`) |
213 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/header' | 6.0539 | 3236.5 | 3260 |
/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()`) |
214 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.4537 | 3237 | 3265 |
/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()`) |
215 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'product/category' | 0.4609 | 3237.4 | 3271 |
/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()`) |
216 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.1607 | 3237.6 | 3280 |
/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()`) |
# | Query | Duration, ms | Total, ms | TTFB, ms | Trace |
1 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 83.7963 | 83.8 | 633 |
/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()`) |
2 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 81.3776 | 165.2 | 867 |
/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()`) |
3 | 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) | 70.9117 | 236.1 | 2412 |
/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()`) |
4 | 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) | 55.9507 | 292 | 1892 |
/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()`) |
5 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'en-gb') | 55.5255 | 347.6 | 1801 |
/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()`) |
6 | SELECT * FROM oc_module WHERE module_id = '30' | 53.4571 | 401 | 1141 |
/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()`) |
7 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=42' AND store_id = '0' AND language_id = '1' | 51.5758 | 452.6 | 3224 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
8 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' | 51.218 | 503.8 | 2318 |
/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()`) |
9 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=49' AND store_id = '0' AND language_id = '1' | 50.9121 | 554.7 | 2767 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
10 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=53' AND store_id = '0' AND language_id = '1' | 50.8582 | 605.6 | 2937 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
11 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '1b7ab9538e8e8eda309052425a' | 45.7386 | 651.3 | 1706 |
/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()`) |
12 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'en-gb') | 45.3624 | 696.7 | 1349 |
/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()`) |
13 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=6' AND store_id = '0' AND language_id = '1' | 44.5636 | 741.2 | 1431 |
/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()`) |
14 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 44.5491 | 785.8 | 421 |
/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()`) |
15 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=48' AND store_id = '0' AND language_id = '1' | 44.0666 | 829.9 | 2639 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
16 | 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' | 43.2243 | 873.1 | 2683 |
/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()`) |
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 = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 40.0078 | 913.1 | 773 |
/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()`) |
18 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=54' AND store_id = '0' AND language_id = '1' | 39.3708 | 952.5 | 2995 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
19 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency' | 38.3056 | 990.8 | 1625 |
/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 | 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) | 38.2645 | 1029 | 2124 |
/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()`) |
21 | SELECT * FROM `oc_currency` WHERE `status` = '1' ORDER BY `title` ASC | 37.5194 | 1066.6 | 108 |
/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()`) |
22 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=47' AND store_id = '0' AND language_id = '1' | 36.0066 | 1102.6 | 2571 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
23 | 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 | 35.8722 | 1138.4 | 1383 |
/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()`) |
24 | SELECT * FROM oc_seo_url WHERE keyword = 'camera' AND store_id = '0' | 35.7864 | 1174.2 | 171 |
/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()`) |
25 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 35.7581 | 1210 | 956 |
/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()`) |
26 | SELECT * FROM oc_extension WHERE `type` = 'analytics' | 33.3286 | 1243.3 | 1501 |
/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()`) |
27 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 32.3922 | 1275.7 | 2716 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
28 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_left' ORDER BY sort_order | 32.2215 | 1307.9 | 709 |
/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()`) |
29 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 32.1374 | 1340.1 | 523 |
/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()`) |
30 | 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 | 31.903 | 1372 | 1164 |
/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()`) |
31 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 31.2595 | 1403.2 | 919 |
/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()`) |
32 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/category' OR route = 'en-gb') | 30.5332 | 1433.8 | 740 |
/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()`) |
33 | 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) | 30.0524 | 1463.8 | 2010 |
/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 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 29.5142 | 1493.3 | 326 |
/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()`) |
35 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 28.3792 | 1521.7 | 488 |
/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_layout_module WHERE layout_id = '3' AND position = 'content_bottom' ORDER BY sort_order | 28.3586 | 1550.1 | 1276 |
/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()`) |
37 | 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) | 27.7592 | 1577.8 | 1050 |
/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:36 (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:36 (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()`) |
38 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=51' AND store_id = '0' AND language_id = '1' | 27.7476 | 1605.6 | 2840 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'en-gb') | 27.723 | 1633.3 | 1530 |
/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()`) |
40 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=39' AND store_id = '0' AND language_id = '1' | 27.706 | 1661 | 3128 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 | SELECT * FROM oc_store WHERE REPLACE(`ssl`, 'www.', '') = 'https://opencart-profiler.nekto.com.ua/' | 27.364 | 1688.4 | 58 |
/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()`) |
42 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=44' AND store_id = '0' AND language_id = '1' | 27.3159 | 1715.7 | 2523 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=43' AND store_id = '0' AND language_id = '1' | 27.0106 | 1742.7 | 2499 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
44 | 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) | 26.8502 | 1769.5 | 2445 |
/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()`) |
45 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'en-gb') | 25.9023 | 1795.4 | 1840 |
/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()`) |
46 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 25.8583 | 1821.3 | 376 |
/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()`) |
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 = '32' | 25.7826 | 1847.1 | 2226 |
/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 * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 25.7746 | 1872.9 | 3101 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 | 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 | 25.6655 | 1898.5 | 136 |
/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()`) |
50 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer' | 25.3298 | 1923.8 | 1479 |
/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()`) |
51 | 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' | 25.0983 | 1948.9 | 1917 |
/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()`) |
52 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 24.8265 | 1973.8 | 350 |
/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()`) |
53 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' | 24.7566 | 1998.5 | 982 |
/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 * 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) | 23.8863 | 2022.4 | 2265 |
/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()`) |
55 | SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (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, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (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 COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p 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) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '31' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' | 23.6417 | 2046.1 | 253 |
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/catalog/model/catalog/product.php:203 (in `ModelCatalogProduct->getProduct()`) /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()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/catalog/model/catalog/product.php:203 (in `ModelCatalogProduct->getProduct()`) /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()`) |
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 = '17' | 23.3188 | 2069.4 | 1006 |
/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=50' AND store_id = '0' AND language_id = '1' | 22.2577 | 2091.6 | 2791 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
58 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 22.0015 | 2113.6 | 3247 |
/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()`) |
59 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'en-gb') | 21.5257 | 2135.2 | 1738 |
/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()`) |
60 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 21.2415 | 2156.4 | 2044 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 21.1266 | 2177.5 | 2595 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
62 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 21.1017 | 2198.6 | 3026 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1' | 20.975 | 2219.6 | 2150 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_left' | 20.9466 | 2240.6 | 1194 |
/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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/category' | 20.7561 | 2261.3 | 1092 |
/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()`) |
66 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_bottom' | 20.5779 | 2281.9 | 1297 |
/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()`) |
67 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' | 20.2697 | 2302.2 | 1951 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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` = 'category_id=38' AND store_id = '0' AND language_id = '1' | 19.9638 | 2322.1 | 3071 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/language' | 19.9303 | 2342.1 | 1561 |
/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()`) |
70 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=40' AND store_id = '0' AND language_id = '1' | 19.8045 | 2361.9 | 3161 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 | 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' | 18.7736 | 2380.6 | 2963 |
/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()`) |
72 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 18.2221 | 2398.9 | 676 |
/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()`) |
73 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=52' AND store_id = '0' AND language_id = '1' | 18.1829 | 2417 | 2870 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
74 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 18.1081 | 2435.1 | 272 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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:208 (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()`) |
75 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 17.6287 | 2452.8 | 459 |
/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()`) |
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 = '43' | 17.2755 | 2470 | 2465 |
/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()`) |
77 | SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (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, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (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 COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p 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) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '30' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' | 17.1606 | 2487.2 | 229 |
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/catalog/model/catalog/product.php:203 (in `ModelCatalogProduct->getProduct()`) /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()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/catalog/model/catalog/product.php:203 (in `ModelCatalogProduct->getProduct()`) /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()`) |
78 | 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) | 16.8921 | 2504.1 | 2323 |
/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()`) |
79 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'en-gb') | 16.6125 | 2520.7 | 1639 |
/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()`) |
80 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_right' ORDER BY sort_order | 16.535 | 2537.2 | 1215 |
/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()`) |
81 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 15.8566 | 2553.1 | 442 |
/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()`) |
82 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/category' OR route = 'en-gb') | 15.5559 | 2568.7 | 187 |
/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()`) |
83 | 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' | 15.2199 | 2583.9 | 2885 |
/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()`) |
84 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 15.1599 | 2599 | 2200 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
85 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/search' | 15.0814 | 2614.1 | 1653 |
/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()`) |
86 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=3' AND store_id = '0' AND language_id = '1' | 14.891 | 2629 | 1446 |
/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 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' | 14.8239 | 2643.8 | 882 |
/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()`) |
88 | 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' | 14.619 | 2658.5 | 2806 |
/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()`) |
89 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' | 14.5207 | 2673 | 1022 |
/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()`) |
90 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 14.496 | 2687.5 | 2059 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 14.398 | 2701.9 | 648 |
/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()`) |
92 | SELECT * FROM oc_seo_url WHERE `query` = 'product_id=30' AND store_id = '0' AND language_id = '1' | 14.2662 | 2716.1 | 286 |
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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()`) |
93 | 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 = '33' | 14.22 | 2730.4 | 204 |
/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()`) |
94 | SELECT * FROM oc_language WHERE status = '1' ORDER BY sort_order, name | 14.1183 | 2744.5 | 74 |
/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()`) |
95 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=4' AND store_id = '0' AND language_id = '1' | 13.9031 | 2758.4 | 1388 |
/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()`) |
96 | 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' | 13.715 | 2772.1 | 158 |
/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()`) |
97 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/cart' | 13.2616 | 2785.4 | 1822 |
/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()`) |
98 | 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' | 13.0037 | 2798.4 | 3056 |
/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()`) |
99 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 12.6102 | 2811 | 1930 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
100 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 12.3324 | 2823.3 | 1980 |
/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()`) |
101 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/banner' | 12.3155 | 2835.6 | 1177 |
/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()`) |
102 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 12.0888 | 2847.7 | 549 |
/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()`) |
103 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' | 11.8967 | 2859.6 | 2338 |
/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()`) |
104 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' | 11.3554 | 2871 | 2183 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_right' | 11.1616 | 2882.1 | 1228 |
/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()`) |
106 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=45' AND store_id = '0' AND language_id = '1' | 11.0129 | 2893.1 | 2079 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
107 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' AND store_id = '0' AND language_id = '1' | 10.6914 | 2903.8 | 2238 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
108 | 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' | 10.6112 | 2914.4 | 785 |
/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()`) |
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 = '52' | 10.465 | 2924.9 | 2851 |
/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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'en-gb') | 10.1236 | 2935 | 1541 |
/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()`) |
111 | SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' | 9.9196 | 2944.9 | 1748 |
/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()`) |
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 = '28' | 9.6369 | 2954.6 | 2160 |
/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_category_to_layout WHERE category_id = '33' AND store_id = '0' | 9.5945 | 2964.2 | 658 |
/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()`) |
114 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 9.3269 | 2973.5 | 537 |
/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()`) |
115 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=5' AND store_id = '0' AND language_id = '1' | 9.2058 | 2982.7 | 1456 |
/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()`) |
116 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/menu' | 9.1747 | 2991.9 | 3257 |
/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()`) |
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 = '40' | 8.7636 | 3000.6 | 3139 |
/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_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) | 8.6686 | 3009.3 | 190 |
/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()`) |
119 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 8.4816 | 3017.8 | 2071 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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=34' AND store_id = '0' AND language_id = '1' | 8.4078 | 3026.2 | 1071 |
/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()`) |
121 | 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 = '33' GROUP BY p.product_id ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,15 | 8.0826 | 3034.3 | 212 |
/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()`) |
122 | 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' | 7.8264 | 3042.1 | 2171 |
/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()`) |
123 | 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 | 7.6854 | 3049.8 | 144 |
/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()`) |
124 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=55' AND store_id = '0' AND language_id = '1' | 7.4903 | 3057.3 | 3004 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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=33' AND store_id = '0' AND language_id = '1' | 7.49 | 3064.8 | 1577 |
/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()`) |
126 | 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' | 7.2234 | 3072 | 1063 |
/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()`) |
127 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 7.1632 | 3079.2 | 2534 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 = '29' | 7.0376 | 3086.2 | 2131 |
/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 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' | 6.9319 | 3093.1 | 2022 |
/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()`) |
130 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 6.6188 | 3099.8 | 2472 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 6.1484 | 3105.9 | 2813 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
132 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/header' | 6.0539 | 3112 | 3260 |
/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()`) |
133 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 6.0188 | 3118 | 2086 |
/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()`) |
134 | SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC | 5.3175 | 3123.3 | 63 |
/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()`) |
135 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'en-gb') | 5.1128 | 3128.4 | 1570 |
/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()`) |
136 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 4.9252 | 3133.3 | 294 |
/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()`) |
137 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 4.8866 | 3138.2 | 1961 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
138 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_top' | 4.8458 | 3143.1 | 1237 |
/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()`) |
139 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '1b7ab9538e8e8eda309052425a' | 4.7095 | 3147.8 | 1805 |
/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()`) |
140 | SELECT * FROM oc_category_to_layout WHERE category_id = '33' AND store_id = '0' | 4.597 | 3152.4 | 1243 |
/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()`) |
141 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'en-gb') | 4.2296 | 3156.6 | 1662 |
/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()`) |
142 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' | 3.8855 | 3160.5 | 2163 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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=27' AND store_id = '0' AND language_id = '1' | 3.8726 | 3164.4 | 1967 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
144 | 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' | 3.843 | 3168.2 | 162 |
/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()`) |
145 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 3.8189 | 3172 | 1247 |
/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()`) |
146 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'en-gb') | 3.574 | 3175.6 | 1711 |
/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()`) |
147 | 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' | 3.5134 | 3179.1 | 2527 |
/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()`) |
148 | 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' | 3.4603 | 3182.6 | 1954 |
/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()`) |
149 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 3.3405 | 3185.9 | 2241 |
/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()`) |
150 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '1b7ab9538e8e8eda309052425a' | 2.8524 | 3188.8 | 1808 |
/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()`) |
151 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 2.7878 | 3191.5 | 3059 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC | 2.7319 | 3194.3 | 165 |
/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()`) |
153 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '1b7ab9538e8e8eda309052425a' | 2.6554 | 3196.9 | 1714 |
/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()`) |
154 | 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' | 2.4998 | 3199.4 | 2062 |
/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()`) |
155 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 2.1594 | 3201.6 | 2506 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '1b7ab9538e8e8eda309052425a' | 2.0439 | 3203.6 | 1717 |
/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()`) |
157 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 1.8967 | 3205.5 | 2138 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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_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.7803 | 3207.3 | 2340 |
/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()`) |
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' | 1.668 | 3209 | 2573 |
/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' | 1.6226 | 3210.6 | 3141 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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=33' AND store_id = '0' AND language_id = '1' | 1.5563 | 3212.2 | 296 |
/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()`) |
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 = '50' | 1.5372 | 3213.7 | 2769 |
/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_currency | 1.4692 | 3215.2 | 110 |
/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()`) |
164 | 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.2634 | 3216.4 | 1841 |
/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()`) |
165 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_top' ORDER BY sort_order | 1.1333 | 3217.6 | 1232 |
/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()`) |
166 | 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' | 1.0535 | 3218.6 | 920 |
/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()`) |
167 | SELECT * FROM oc_extension WHERE `type` = 'total' | 0.9153 | 3219.5 | 1706 |
/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()`) |
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 = '44' | 0.8341 | 3220.4 | 2504 |
/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 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' | 0.8271 | 3221.2 | 3162 |
/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()`) |
170 | 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.8264 | 3222 | 3072 |
/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()`) |
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 = '56' | 0.8204 | 3222.8 | 3005 |
/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 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.8166 | 3223.7 | 2996 |
/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()`) |
173 | 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.8157 | 3224.5 | 1007 |
/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()`) |
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 = '42' | 0.8009 | 3225.3 | 3164 |
/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 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.7774 | 3226 | 2185 |
/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()`) |
176 | 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 = '33' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' | 0.7615 | 3226.8 | 188 |
/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()`) |
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 = '39' | 0.7583 | 3227.6 | 3075 |
/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 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.721 | 3228.3 | 957 |
/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()`) |
179 | 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.6639 | 3229 | 1055 |
/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()`) |
180 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.5371 | 3229.5 | 189 |
/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()`) |
181 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.5246 | 3230 | 2418 |
/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()`) |
182 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' | 0.5243 | 3230.5 | 1006 |
/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()`) |
183 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=56' AND store_id = '0' AND language_id = '1' | 0.5195 | 3231.1 | 3027 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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=41' AND store_id = '0' AND language_id = '1' | 0.5001 | 3231.6 | 3163 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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=24' AND store_id = '0' AND language_id = '1' | 0.4638 | 3232 | 2341 |
/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()`) |
186 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'product/category' | 0.4609 | 3232.5 | 3271 |
/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()`) |
187 | SELECT * FROM oc_seo_url WHERE `query` = 'product_id=31' AND store_id = '0' AND language_id = '1' | 0.4571 | 3232.9 | 289 |
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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=37' AND store_id = '0' AND language_id = '1' | 0.4563 | 3233.4 | 3073 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.4537 | 3233.9 | 3265 |
/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()`) |
190 | DELETE FROM oc_cart WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR) | 0.3336 | 3234.2 | 162 |
/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()`) |
191 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.2871 | 3234.5 | 2769 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1985 | 3234.7 | 2172 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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 | SET time_zone = '+02:00' | 0.1959 | 3234.9 | 64 |
/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()`) |
194 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1757 | 3235 | 2963 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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=25' AND store_id = '0' AND language_id = '1' | 0.166 | 3235.2 | 2227 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
196 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1635 | 3235.4 | 3172 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.1607 | 3235.5 | 3280 |
/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()`) |
198 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.1562 | 3235.7 | 1541 |
/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()`) |
199 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1438 | 3235.8 | 2185 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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=33' AND store_id = '0' AND language_id = '1' | 0.1411 | 3236 | 287 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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:208 (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_category_to_layout WHERE category_id = '33' AND store_id = '0' | 0.1393 | 3236.1 | 1196 |
/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()`) |
202 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.1392 | 3236.3 | 377 |
/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()`) |
203 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1387 | 3236.4 | 2160 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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_category_to_layout WHERE category_id = '33' AND store_id = '0' | 0.1364 | 3236.5 | 1230 |
/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()`) |
205 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1267 | 3236.7 | 2996 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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=33' AND store_id = '0' AND language_id = '1' | 0.124 | 3236.8 | 1055 |
/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()`) |
207 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1232 | 3236.9 | 1197 |
/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()`) |
208 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1206 | 3237 | 3162 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
209 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1174 | 3237.1 | 2851 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
210 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1171 | 3237.3 | 2886 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
211 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1169 | 3237.4 | 3073 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /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()`) |
212 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1165 | 3237.5 | 1231 |
/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()`) |
213 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.1128 | 3237.6 | 294 |
/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()`) |
214 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '') | 0 | 3237.6 | -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]
|
215 | SELECT `data` FROM `oc_session` WHERE `session_id` = '1b7ab9538e8e8eda309052425a' AND `expire` > '2024-11-21 06:21:06' | 0 | 3237.6 | -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]
|
216 | SET time_zone = '+00:00' | 0 | 3237.6 | -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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1'
|
~372
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
20
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1'
|
~159
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
7
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1'
|
~42
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5
|
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '1b7ab9538e8e8eda309052425a'
|
~58
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4
|
SELECT * FROM oc_category_to_layout WHERE category_id = '33' AND store_id = '0'
|
~14
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4
|
SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1
|
~22
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1'
|
~67
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1'
|
~111
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
|
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)
|
~107
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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)
|
~41
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1'
|
~12
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1'
|
~15
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1'
|
~76
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google'
|
~1
|
|
Quantity | Query | Duration, ms | Total, ms | Trace | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
54
|
|
~761
|
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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
|
|
~243
|
/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
|
|
~108
|
/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
|
|
~197
|
/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
|
|
~265
|
/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
|
|
~59
|
/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
|
|
~100
|
/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
|
|
~83
|
/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()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
|
~15
|
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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
|
|
~18
|
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:208 (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
|
|
~41
|
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/catalog/model/catalog/product.php:203 (in `ModelCatalogProduct->getProduct()`) /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()`) |
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. . 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. . |
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) |