Macs
There are no products to list in this category.
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
There are no products to list in this category.
Code | |
rows | ms |
81 | ~120 |
SQL | |
rows | ms |
209 | ~98 |
# | 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:
1 x `catalog/category/getCategories()` 1 x `catalog/category/getCategory()` 1 x `catalog/product/getProducts()` 1 x `catalog/product/getTotalProducts()` 1 x `design/translation/getTranslations()` 1 x `localisation/currency/getCurrencies()` 1 x `localisation/language/getLanguages()` 1 x `setting/event/getEvents()` | |||||||||
SQL: 38 request(s) (#1-38), total duration: ~21 ms
↓
|
|||||||||
SQL | Query 38 request(s), #1-38, total duration: ~21 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` = 'cd14db47ae679a5e8c3dd8eece' AND `expire` > '2024-11-21 09:04:56' | 0 | 0 TOTAL | -1 TTFB |
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
|
||||
4 | SELECT * FROM oc_store WHERE REPLACE(`ssl`, 'www.', '') = 'https://opencart-profiler.nekto.com.ua/' | 0.7219 | 0.7 TOTAL | 4 TTFB |
/catalog/controller/startup/startup.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
5 | SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC | 1.2691 | 2 TOTAL | 6 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.2337 | 2.2 TOTAL | 6 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 | 0.7401 | 3 TOTAL | 8 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 | 0.9832 | 3.9 TOTAL | 10 TTFB |
/catalog/model/localisation/currency.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationCurrency->getCurrencies()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/startup/startup.php:148 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/catalog/model/localisation/currency.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationCurrency->getCurrencies()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/startup/startup.php:148 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
9 | SELECT * FROM oc_currency | 0.6665 | 4.6 TOTAL | 11 TTFB |
/system/library/cart/currency.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:170 (in `Cart\Currency->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/currency.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:170 (in `Cart\Currency->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
10 | SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'shipping' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '220' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '3490') ORDER BY tr1.priority ASC | 2.1659 | 6.8 TOTAL | 14 TTFB |
/system/library/cart/tax.php:16 (in `DB->query()`)
/catalog/controller/startup/startup.php:179 (in `Cart\Tax->setShippingAddress()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/tax.php:16 (in `DB->query()`)
/catalog/controller/startup/startup.php:179 (in `Cart\Tax->setShippingAddress()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
11 | SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'store' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '220' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '3490') ORDER BY tr1.priority ASC | 0.7617 | 7.5 TOTAL | 15 TTFB |
/system/library/cart/tax.php:44 (in `DB->query()`)
/catalog/controller/startup/startup.php:188 (in `Cart\Tax->setStoreAddress()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/tax.php:44 (in `DB->query()`)
/catalog/controller/startup/startup.php:188 (in `Cart\Tax->setStoreAddress()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
12 | SELECT * FROM oc_weight_class wc LEFT JOIN oc_weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id) WHERE wcd.language_id = '1' | 1.4839 | 9 TOTAL | 17 TTFB |
/system/library/cart/weight.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:191 (in `Cart\Weight->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/weight.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:191 (in `Cart\Weight->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
13 | SELECT * FROM oc_length_class mc LEFT JOIN oc_length_class_description mcd ON (mc.length_class_id = mcd.length_class_id) WHERE mcd.language_id = '1' | 0.7745 | 9.8 TOTAL | 18 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.7344 | 10.5 TOTAL | 20 TTFB |
/system/library/cart/cart.php:15 (in `DB->query()`)
/catalog/controller/startup/startup.php:197 (in `Cart\Cart->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/cart.php:15 (in `DB->query()`)
/catalog/controller/startup/startup.php:197 (in `Cart\Cart->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
15 | SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC | 0.7943 | 11.3 TOTAL | 22 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 = 'macs' AND store_id = '0' | 0.6901 | 12 TOTAL | 24 TTFB |
/catalog/controller/startup/seo_url.php:19 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupSeoUrl->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/seo_url.php:19 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupSeoUrl->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
17 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/category' OR route = 'en-gb') | 0.5502 | 12.6 TOTAL | 26 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 = '46' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' | 1.3035 | 13.9 TOTAL | 31 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=46' AND store_id = '0' AND language_id = '1' | 0.5555 | 14.4 TOTAL | 31 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 = '46' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 1.4445 | 15.9 TOTAL | 33 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 = '46' | 1.3463 | 17.2 TOTAL | 34 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 = '46' GROUP BY p.product_id ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,15 | 2.5735 | 19.8 TOTAL | 37 TTFB |
/catalog/model/catalog/product.php:200 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/product/category.php:163 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/model/catalog/product.php:200 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/product/category.php:163 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
23 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1145 | 19.9 TOTAL | 37 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:227 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:227 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
24 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1187 | 20 TOTAL | 37 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:233 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:233 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
25 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1104 | 20.1 TOTAL | 38 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:239 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:239 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
26 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1198 | 20.3 TOTAL | 38 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:245 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:245 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
27 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0778 | 20.3 TOTAL | 38 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:251 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:251 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
28 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1262 | 20.5 TOTAL | 38 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:258 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:258 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
29 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.062 | 20.5 TOTAL | 38 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:264 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:264 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
30 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0802 | 20.6 TOTAL | 38 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:271 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:271 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
31 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0596 | 20.7 TOTAL | 38 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:277 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:277 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
32 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0672 | 20.7 TOTAL | 39 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
33 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0651 | 20.8 TOTAL | 39 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
34 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0617 | 20.9 TOTAL | 39 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
35 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.2188 | 21.1 TOTAL | 39 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
36 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0601 | 21.1 TOTAL | 39 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
37 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.09 | 21.2 TOTAL | 40 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:330 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:330 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
38 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0647 | 21.3 TOTAL | 40 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 |
|
40 |
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/category/getCategoryLayoutId()` 1 x `design/layout/getLayout()` 1 x `design/layout/getLayoutModules()` | |||||||||
SQL: 3 request(s) (#39-41), total duration: ~2 ms
↓
|
|||||||||
SQL | Query 3 request(s), #39-41, total duration: ~2 ms | Dur | Total | TTFB |
Trace
↓
|
||||
39 | SELECT * FROM oc_category_to_layout WHERE category_id = '46' AND store_id = '0' | 0.6264 | 0.6 TOTAL | 41 TTFB |
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_left.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_left.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
40 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.6715 | 1.3 TOTAL | 42 TTFB |
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_left.php:35 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_left.php:35 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
41 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_left' ORDER BY sort_order | 0.9558 | 2.3 TOTAL | 43 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
|
43 |
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
8 x `catalog/product/getTotalProducts()` 1 x `catalog/category/getCategories()` 1 x `design/theme/getTheme()` 1 x `design/translation/getTranslations()` | |||||||||
SQL: 19 request(s) (#42-60), total duration: ~11 ms
↓
|
|||||||||
SQL | Query 19 request(s), #42-60, total duration: ~11 ms | Dur | Total | TTFB |
Trace
↓
|
||||
42 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/category' OR route = 'en-gb') | 0.5968 | 0.6 TOTAL | 45 TTFB |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/extension/module/category.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
43 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 1.4107 | 2 TOTAL | 46 TTFB |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
44 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '20' | 1.0079 | 3 TOTAL | 48 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
45 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.5588 | 3.6 TOTAL | 48 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
46 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '18' | 0.5565 | 4.1 TOTAL | 49 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
47 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.3812 | 4.5 TOTAL | 50 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
48 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '25' | 0.5652 | 5.1 TOTAL | 50 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
49 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.3406 | 5.4 TOTAL | 51 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
50 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '57' | 0.5383 | 6 TOTAL | 51 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
51 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' | 0.3255 | 6.3 TOTAL | 52 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
52 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '17' | 0.5348 | 6.8 TOTAL | 52 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
53 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' | 0.3445 | 7.2 TOTAL | 53 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
54 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '24' | 0.513 | 7.7 TOTAL | 53 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
55 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' | 0.2955 | 8 TOTAL | 54 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
56 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '33' | 0.4458 | 8.4 TOTAL | 54 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
57 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.3655 | 8.8 TOTAL | 55 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
58 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '34' | 0.8158 | 9.6 TOTAL | 56 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
59 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.5347 | 10.1 TOTAL | 56 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
60 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/category' | 1.1521 | 11.3 TOTAL | 58 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
|
88 |
/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()`) |
4,096 | |||||
Models called:
1 x `setting/module/getModule()` | |||||||||
SQL: 1 request(s) (#61-61), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 1 request(s), #61-61, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
61 | SELECT * FROM oc_module WHERE module_id = '30' | 0.832 | 0.8 TOTAL | 89 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
|
89 |
/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()`) |
4,096 | |||||
Models called:
1 x `design/banner/getBanner()` 1 x `design/theme/getTheme()` 1 x `tool/image/resize()` | |||||||||
SQL: 2 request(s) (#62-63), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 2 request(s), #62-63, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
62 | SELECT * FROM oc_banner b LEFT JOIN oc_banner_image bi ON (b.banner_id = bi.banner_id) WHERE b.banner_id = '6' AND b.status = '1' AND bi.language_id = '1' ORDER BY bi.sort_order ASC | 1.0885 | 1.1 TOTAL | 91 TTFB |
/catalog/model/design/banner.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignBanner->getBanner()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/banner.php:15 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleBanner->index()`)
/catalog/model/design/banner.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignBanner->getBanner()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/banner.php:15 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleBanner->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:63 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
63 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/banner' | 0.3238 | 1.4 TOTAL | 91 TTFB |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/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
|
93 |
/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()`) |
4,096 | |||||
Models called:
1 x `design/theme/getTheme()` | |||||||||
SQL: 1 request(s) (#64-64), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 1 request(s), #64-64, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
64 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_left' | 0.5724 | 0.6 TOTAL | 93 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 |
|
95 |
/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()`) |
4,096 | |||||
8 |
|
95 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/category/getCategoryLayoutId()` 1 x `design/layout/getLayout()` 1 x `design/layout/getLayoutModules()` 1 x `design/theme/getTheme()` | |||||||||
SQL: 4 request(s) (#65-68), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 4 request(s), #65-68, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
65 | SELECT * FROM oc_category_to_layout WHERE category_id = '46' AND store_id = '0' | 0.3251 | 0.3 TOTAL | 96 TTFB |
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_right.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_right.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:358 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
66 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1343 | 0.5 TOTAL | 96 TTFB |
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_right.php:35 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_right.php:35 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:358 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
67 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_right' ORDER BY sort_order | 0.3753 | 0.8 TOTAL | 97 TTFB |
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_right.php:46 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_right.php:46 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:358 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
68 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_right' | 0.2919 | 1.1 TOTAL | 97 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 |
|
99 |
/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()`) |
4,096 | |||||
10 |
|
99 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/category/getCategoryLayoutId()` 1 x `design/layout/getLayout()` 1 x `design/layout/getLayoutModules()` 1 x `design/theme/getTheme()` | |||||||||
SQL: 4 request(s) (#69-72), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 4 request(s), #69-72, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
69 | SELECT * FROM oc_category_to_layout WHERE category_id = '46' AND store_id = '0' | 0.1177 | 0.1 TOTAL | 99 TTFB |
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_top.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_top.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:359 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
70 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1497 | 0.3 TOTAL | 100 TTFB |
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_top.php:35 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_top.php:35 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:359 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
71 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_top' ORDER BY sort_order | 0.4686 | 0.7 TOTAL | 100 TTFB |
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_top.php:46 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_top.php:46 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:359 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
72 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_top' | 0.3837 | 1.1 TOTAL | 101 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 |
|
103 |
/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()`) |
4,096 | |||||
12 |
|
103 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/category/getCategoryLayoutId()` 1 x `design/layout/getLayout()` 1 x `design/layout/getLayoutModules()` 1 x `design/theme/getTheme()` | |||||||||
SQL: 4 request(s) (#73-76), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 4 request(s), #73-76, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
73 | SELECT * FROM oc_category_to_layout WHERE category_id = '46' AND store_id = '0' | 0.1265 | 0.1 TOTAL | 104 TTFB |
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_bottom.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_bottom.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:360 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
74 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.0822 | 0.2 TOTAL | 104 TTFB |
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_bottom.php:35 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_bottom.php:35 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:360 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
75 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_bottom' ORDER BY sort_order | 0.3684 | 0.6 TOTAL | 105 TTFB |
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_bottom.php:46 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_bottom.php:46 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:360 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
76 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_bottom' | 0.3604 | 0.9 TOTAL | 105 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 |
|
107 |
/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()`) |
4,096 | |||||
14 |
|
107 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/information/getInformations()` 1 x `design/theme/getTheme()` 1 x `design/translation/getTranslations()` | |||||||||
SQL: 7 request(s) (#77-83), total duration: ~4 ms
↓
|
|||||||||
SQL | Query 7 request(s), #77-83, total duration: ~4 ms | Dur | Total | TTFB |
Trace
↓
|
||||
77 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'en-gb') | 0.3579 | 0.4 TOTAL | 108 TTFB |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/common/footer.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
78 | SELECT * FROM oc_information i LEFT JOIN oc_information_description id ON (i.information_id = id.information_id) LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id) WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1' ORDER BY i.sort_order, LCASE(id.title) ASC | 1.8747 | 2.2 TOTAL | 110 TTFB |
/catalog/model/catalog/information.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogInformation->getInformations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/footer.php:10 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/catalog/model/catalog/information.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogInformation->getInformations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/footer.php:10 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
79 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=4' AND store_id = '0' AND language_id = '1' | 0.3932 | 2.6 TOTAL | 111 TTFB |
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
80 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=6' AND store_id = '0' AND language_id = '1' | 0.4318 | 3.1 TOTAL | 111 TTFB |
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
81 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=3' AND store_id = '0' AND language_id = '1' | 0.4991 | 3.6 TOTAL | 112 TTFB |
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
82 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=5' AND store_id = '0' AND language_id = '1' | 0.4245 | 4 TOTAL | 112 TTFB |
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
83 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer' | 0.3654 | 4.3 TOTAL | 113 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 |
|
116 |
/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()`) |
4,096 | |||||
16 |
|
116 |
/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()`) |
4,096 | |||||
Models called:
1 x `design/translation/getTranslations()` 1 x `setting/extension/getExtensions()` | |||||||||
SQL: 2 request(s) (#84-85), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 2 request(s), #84-85, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
84 | SELECT * FROM oc_extension WHERE `type` = 'analytics' | 0.7632 | 0.8 TOTAL | 117 TTFB |
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/header.php:9 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/header.php:9 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
85 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'en-gb') | 0.5101 | 1.3 TOTAL | 118 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
|
118 |
/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()`) |
4,096 | |||||
Models called:
1 x `design/theme/getTheme()` 1 x `design/translation/getTranslations()` 1 x `localisation/language/getLanguages()` | |||||||||
SQL: 3 request(s) (#86-88), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #86-88, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
86 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'en-gb') | 0.49 | 0.5 TOTAL | 119 TTFB |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/common/language.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:74 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
87 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1297 | 0.6 TOTAL | 120 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/language.php:42 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/language.php:42 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:74 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
88 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/language' | 0.573 | 1.2 TOTAL | 120 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
|
124 |
/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()`) |
4,096 | |||||
19 |
{common/header}
Controller `common/currency` >> start
|
124 |
/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()`) |
4,096 | |||||
Models called:
1 x `design/theme/getTheme()` 1 x `design/translation/getTranslations()` 1 x `localisation/currency/getCurrencies()` | |||||||||
SQL: 3 request(s) (#89-91), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #89-91, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
89 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'en-gb') | 0.5523 | 0.6 TOTAL | 126 TTFB |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/common/currency.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:75 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
90 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1102 | 0.7 TOTAL | 126 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/currency.php:44 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/currency.php:44 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:75 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
91 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency' | 0.4722 | 1.1 TOTAL | 126 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
|
129 |
/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()`) |
4,096 | |||||
21 |
{common/header}
Controller `common/search` >> start
|
129 |
/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()`) |
4,096 | |||||
Models called:
1 x `design/theme/getTheme()` 1 x `design/translation/getTranslations()` | |||||||||
SQL: 2 request(s) (#92-93), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 2 request(s), #92-93, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
92 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'en-gb') | 0.6715 | 0.7 TOTAL | 130 TTFB |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/common/search.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonSearch->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:76 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
93 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/search' | 0.4653 | 1.1 TOTAL | 131 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
|
132 |
/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()`) |
4,096 | |||||
23 |
{common/header}
Controller `common/cart` >> start
|
132 |
/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()`) |
4,096 | |||||
Models called:
4 x `design/translation/getTranslations()` 1 x `design/theme/getTheme()` 1 x `extension/total/coupon/getTotal()` 1 x `extension/total/credit/getTotal()` 1 x `extension/total/reward/getTotal()` 1 x `extension/total/shipping/getTotal()` 1 x `extension/total/sub_total/getTotal()` 1 x `extension/total/tax/getTotal()` 1 x `extension/total/total/getTotal()` 1 x `extension/total/voucher/getTotal()` 1 x `setting/extension/getExtensions()` | |||||||||
SQL: 12 request(s) (#94-105), total duration: ~4 ms
↓
|
|||||||||
SQL | Query 12 request(s), #94-105, total duration: ~4 ms | Dur | Total | TTFB |
Trace
↓
|
||||
94 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'en-gb') | 0.5324 | 0.5 TOTAL | 133 TTFB |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/common/cart.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
95 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'cd14db47ae679a5e8c3dd8eece' | 0.5699 | 1.1 TOTAL | 134 TTFB |
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:331 (in `Cart\Cart->getProducts()`) /catalog/controller/common/cart.php:10 (in `Cart\Cart->getTaxes()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:331 (in `Cart\Cart->getProducts()`) /catalog/controller/common/cart.php:10 (in `Cart\Cart->getTaxes()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
96 | SELECT * FROM oc_extension WHERE `type` = 'total' | 0.5199 | 1.6 TOTAL | 135 TTFB |
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:24 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:24 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
97 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'en-gb') | 0.5057 | 2.1 TOTAL | 136 TTFB |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/model/extension/total/sub_total.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalSubTotal->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:37 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
98 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'cd14db47ae679a5e8c3dd8eece' | 0.1197 | 2.2 TOTAL | 136 TTFB |
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:321 (in `Cart\Cart->getProducts()`) /catalog/model/extension/total/sub_total.php:6 (in `Cart\Cart->getSubTotal()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalSubTotal->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:321 (in `Cart\Cart->getProducts()`) /catalog/model/extension/total/sub_total.php:6 (in `Cart\Cart->getSubTotal()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalSubTotal->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:37 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
99 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'cd14db47ae679a5e8c3dd8eece' | 0.1205 | 2.4 TOTAL | 137 TTFB |
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:389 (in `Cart\Cart->getProducts()`) /catalog/model/extension/total/shipping.php:4 (in `Cart\Cart->hasShipping()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalShipping->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:389 (in `Cart\Cart->getProducts()`) /catalog/model/extension/total/shipping.php:4 (in `Cart\Cart->hasShipping()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalShipping->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:37 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
100 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'en-gb') | 0.3651 | 2.7 TOTAL | 140 TTFB |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/model/extension/total/credit.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalCredit->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:37 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
101 | SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' | 0.6453 | 3.4 TOTAL | 141 TTFB |
/system/library/cart/customer.php:122 (in `DB->query()`)
/catalog/model/extension/total/credit.php:6 (in `Cart\Customer->getBalance()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalCredit->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/library/cart/customer.php:122 (in `DB->query()`)
/catalog/model/extension/total/credit.php:6 (in `Cart\Customer->getBalance()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalCredit->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:37 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
102 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'en-gb') | 0.3466 | 3.7 TOTAL | 143 TTFB |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/model/extension/total/total.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalTotal->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:37 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
103 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'cd14db47ae679a5e8c3dd8eece' | 0.0675 | 3.8 TOTAL | 143 TTFB |
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:361 (in `Cart\Cart->getProducts()`) /catalog/controller/common/cart.php:50 (in `Cart\Cart->countProducts()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:361 (in `Cart\Cart->getProducts()`) /catalog/controller/common/cart.php:50 (in `Cart\Cart->countProducts()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
104 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'cd14db47ae679a5e8c3dd8eece' | 0.0658 | 3.9 TOTAL | 143 TTFB |
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
105 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/cart' | 0.3179 | 4.2 TOTAL | 143 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
|
146 |
/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()`) |
4,096 | |||||
25 |
{common/header}
Controller `common/menu` >> start
|
146 |
/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()`) |
4,096 | |||||
Models called:
2 x `catalog/category/getCategories()` 1 x `design/translation/getTranslations()` | |||||||||
SQL: 3 request(s) (#106-108), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #106-108, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
106 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'en-gb') | 0.378 | 0.4 TOTAL | 147 TTFB |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/common/menu.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
107 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.067 | 0.4 TOTAL | 147 TTFB |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:13 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:13 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
108 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '20' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.9999 | 1.4 TOTAL | 148 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} |
148 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#109-111), total duration: ~2 ms
↓
|
|||||||||
SQL | Query 3 request(s), #109-111, total duration: ~2 ms | Dur | Total | TTFB |
Trace
↓
|
||||
109 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '26' | 0.5692 | 0.6 TOTAL | 149 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
110 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.1323 | 0.7 TOTAL | 149 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
111 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' | 0.9125 | 1.6 TOTAL | 150 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
27 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
150 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
4,096 | |||||
28 |
{common/header}
...how long does `getTotalProducts()` take? category id 27
{common/menu} |
150 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#112-114), total duration: ~2 ms
↓
|
|||||||||
SQL | Query 3 request(s), #112-114, total duration: ~2 ms | Dur | Total | TTFB |
Trace
↓
|
||||
112 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '27' | 0.9045 | 0.9 TOTAL | 151 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
113 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.1208 | 1 TOTAL | 151 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
114 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=27' AND store_id = '0' AND language_id = '1' | 1.2278 | 2.3 TOTAL | 152 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
29 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
152 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
4,096 | |||||
Models called:
1 x `catalog/category/getCategories()` | |||||||||
SQL: 2 request(s) (#115-116), total duration: ~2 ms
↓
|
|||||||||
SQL | Query 2 request(s), #115-116, total duration: ~2 ms | Dur | Total | TTFB |
Trace
↓
|
||||
115 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.2506 | 0.3 TOTAL | 153 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
116 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '18' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 1.4548 | 1.7 TOTAL | 154 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} |
154 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#117-119), total duration: ~2 ms
↓
|
|||||||||
SQL | Query 3 request(s), #117-119, total duration: ~2 ms | Dur | Total | TTFB |
Trace
↓
|
||||
117 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '46' | 1.3511 | 1.4 TOTAL | 156 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
118 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.1284 | 1.5 TOTAL | 156 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
119 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.112 | 1.6 TOTAL | 156 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} |
156 |
/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()`) |
4,096 | |||||
32 |
{common/header}
...how long does `getTotalProducts()` take? category id 45
{common/menu} |
156 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#120-122), total duration: ~2 ms
↓
|
|||||||||
SQL | Query 3 request(s), #120-122, total duration: ~2 ms | Dur | Total | TTFB |
Trace
↓
|
||||
120 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '45' | 0.7701 | 0.8 TOTAL | 157 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
121 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.1556 | 0.9 TOTAL | 158 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
122 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=45' AND store_id = '0' AND language_id = '1' | 0.7674 | 1.7 TOTAL | 158 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
33 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
158 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
4,096 | |||||
Models called:
1 x `catalog/category/getCategories()` | |||||||||
SQL: 2 request(s) (#123-124), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 2 request(s), #123-124, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
123 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.1266 | 0.1 TOTAL | 159 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
124 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '25' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.8339 | 1 TOTAL | 160 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} |
160 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#125-127), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #125-127, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
125 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '29' | 0.5663 | 0.6 TOTAL | 160 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
126 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1272 | 0.7 TOTAL | 161 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
127 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1' | 0.4477 | 1.1 TOTAL | 161 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} |
161 |
/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()`) |
4,096 | |||||
36 |
{common/header}
...how long does `getTotalProducts()` take? category id 28
{common/menu} |
161 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#128-130), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #128-130, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
128 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '28' | 0.5846 | 0.6 TOTAL | 162 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
129 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0731 | 0.7 TOTAL | 162 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
130 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' | 0.3772 | 1 TOTAL | 162 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} |
162 |
/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()`) |
4,096 | |||||
38 |
{common/header}
...how long does `getTotalProducts()` take? category id 30
{common/menu} |
162 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#131-133), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #131-133, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
131 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '30' | 0.5644 | 0.6 TOTAL | 163 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
132 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0665 | 0.6 TOTAL | 163 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
133 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' | 0.3465 | 1 TOTAL | 163 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} |
164 |
/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()`) |
4,096 | |||||
40 |
{common/header}
...how long does `getTotalProducts()` take? category id 31
{common/menu} |
164 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#134-136), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #134-136, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
134 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '31' | 0.4935 | 0.5 TOTAL | 164 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
135 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1353 | 0.6 TOTAL | 164 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
136 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.3825 | 1 TOTAL | 165 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} |
165 |
/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()`) |
4,096 | |||||
42 |
{common/header}
...how long does `getTotalProducts()` take? category id 32
{common/menu} |
165 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#137-139), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #137-139, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
137 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '32' | 0.5055 | 0.5 TOTAL | 165 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
138 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0702 | 0.6 TOTAL | 165 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
139 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' AND store_id = '0' AND language_id = '1' | 0.3466 | 0.9 TOTAL | 166 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} |
166 |
/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()`) |
4,096 | |||||
Models called:
5 x `catalog/category/getCategories()` | |||||||||
SQL: 10 request(s) (#140-149), total duration: ~4 ms
↓
|
|||||||||
SQL | Query 10 request(s), #140-149, total duration: ~4 ms | Dur | Total | TTFB |
Trace
↓
|
||||
140 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0989 | 0.1 TOTAL | 166 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
141 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '57' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.7105 | 0.8 TOTAL | 167 TTFB |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
142 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' | 0.0622 | 0.9 TOTAL | 167 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
143 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '17' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.6682 | 1.5 TOTAL | 167 TTFB |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
144 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' | 0.0623 | 1.6 TOTAL | 168 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
145 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '24' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.9407 | 2.5 TOTAL | 169 TTFB |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
146 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' | 0.064 | 2.6 TOTAL | 169 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
147 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '33' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.6854 | 3.3 TOTAL | 170 TTFB |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
148 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.0604 | 3.4 TOTAL | 170 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
149 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '34' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.8679 | 4.2 TOTAL | 171 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} |
171 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#150-152), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #150-152, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
150 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '43' | 0.4994 | 0.5 TOTAL | 171 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
151 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0605 | 0.6 TOTAL | 171 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
152 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=43' AND store_id = '0' AND language_id = '1' | 0.3254 | 0.9 TOTAL | 172 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} |
172 |
/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()`) |
4,096 | |||||
46 |
{common/header}
...how long does `getTotalProducts()` take? category id 44
{common/menu} |
172 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#153-155), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #153-155, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
153 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '44' | 0.4655 | 0.5 TOTAL | 172 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
154 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0611 | 0.5 TOTAL | 172 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
155 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=44' AND store_id = '0' AND language_id = '1' | 0.3556 | 0.9 TOTAL | 173 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} |
173 |
/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()`) |
4,096 | |||||
48 |
{common/header}
...how long does `getTotalProducts()` take? category id 47
{common/menu} |
173 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#156-158), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #156-158, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
156 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '47' | 0.4987 | 0.5 TOTAL | 173 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
157 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.057 | 0.6 TOTAL | 173 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
158 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=47' AND store_id = '0' AND language_id = '1' | 0.45 | 1 TOTAL | 174 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} |
174 |
/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()`) |
4,096 | |||||
50 |
{common/header}
...how long does `getTotalProducts()` take? category id 48
{common/menu} |
174 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#159-161), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #159-161, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
159 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '48' | 0.4363 | 0.4 TOTAL | 174 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
160 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0613 | 0.5 TOTAL | 175 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
161 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=48' AND store_id = '0' AND language_id = '1' | 0.3825 | 0.9 TOTAL | 175 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} |
175 |
/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()`) |
4,096 | |||||
52 |
{common/header}
...how long does `getTotalProducts()` take? category id 49
{common/menu} |
175 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#162-164), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #162-164, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
162 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '49' | 0.5689 | 0.6 TOTAL | 176 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
163 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0595 | 0.6 TOTAL | 176 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
164 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=49' AND store_id = '0' AND language_id = '1' | 0.4673 | 1.1 TOTAL | 176 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} |
176 |
/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()`) |
4,096 | |||||
54 |
{common/header}
...how long does `getTotalProducts()` take? category id 50
{common/menu} |
176 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#165-167), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #165-167, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
165 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '50' | 0.469 | 0.5 TOTAL | 177 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
166 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0622 | 0.5 TOTAL | 177 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
167 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=50' AND store_id = '0' AND language_id = '1' | 0.6349 | 1.2 TOTAL | 178 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} |
178 |
/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()`) |
4,096 | |||||
56 |
{common/header}
...how long does `getTotalProducts()` take? category id 51
{common/menu} |
178 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#168-170), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #168-170, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
168 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '51' | 0.4909 | 0.5 TOTAL | 178 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
169 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.061 | 0.6 TOTAL | 178 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
170 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=51' AND store_id = '0' AND language_id = '1' | 0.3848 | 0.9 TOTAL | 179 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} |
179 |
/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()`) |
4,096 | |||||
58 |
{common/header}
...how long does `getTotalProducts()` take? category id 52
{common/menu} |
179 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#171-173), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #171-173, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
171 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '52' | 0.506 | 0.5 TOTAL | 179 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
172 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1792 | 0.7 TOTAL | 180 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
173 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=52' AND store_id = '0' AND language_id = '1' | 0.4387 | 1.1 TOTAL | 180 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} |
180 |
/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()`) |
4,096 | |||||
60 |
{common/header}
...how long does `getTotalProducts()` take? category id 53
{common/menu} |
180 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#174-176), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #174-176, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
174 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '53' | 0.5049 | 0.5 TOTAL | 181 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
175 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0646 | 0.6 TOTAL | 181 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
176 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=53' AND store_id = '0' AND language_id = '1' | 0.3735 | 0.9 TOTAL | 181 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} |
181 |
/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()`) |
4,096 | |||||
62 |
{common/header}
...how long does `getTotalProducts()` take? category id 54
{common/menu} |
181 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#177-179), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #177-179, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
177 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '54' | 0.558 | 0.6 TOTAL | 182 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
178 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0669 | 0.6 TOTAL | 182 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
179 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=54' AND store_id = '0' AND language_id = '1' | 0.3395 | 1 TOTAL | 182 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} |
182 |
/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()`) |
4,096 | |||||
64 |
{common/header}
...how long does `getTotalProducts()` take? category id 55
{common/menu} |
182 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#180-182), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #180-182, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
180 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '55' | 0.5008 | 0.5 TOTAL | 183 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
181 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1085 | 0.6 TOTAL | 183 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
182 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=55' AND store_id = '0' AND language_id = '1' | 0.531 | 1.1 TOTAL | 184 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} |
184 |
/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()`) |
4,096 | |||||
66 |
{common/header}
...how long does `getTotalProducts()` take? category id 56
{common/menu} |
184 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#183-185), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #183-185, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
183 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '56' | 0.8227 | 0.8 TOTAL | 185 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
184 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1599 | 1 TOTAL | 185 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
185 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=56' AND store_id = '0' AND language_id = '1' | 0.4667 | 1.4 TOTAL | 186 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} |
186 |
/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()`) |
4,096 | |||||
68 |
{common/header}
...how long does `getTotalProducts()` take? category id 38
{common/menu} |
186 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#186-188), total duration: ~2 ms
↓
|
|||||||||
SQL | Query 3 request(s), #186-188, total duration: ~2 ms | Dur | Total | TTFB |
Trace
↓
|
||||
186 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '38' | 1.1363 | 1.1 TOTAL | 187 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
187 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.2111 | 1.3 TOTAL | 187 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
188 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=38' AND store_id = '0' AND language_id = '1' | 0.4888 | 1.8 TOTAL | 188 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} |
188 |
/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()`) |
4,096 | |||||
70 |
{common/header}
...how long does `getTotalProducts()` take? category id 37
{common/menu} |
188 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#189-191), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #189-191, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
189 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '37' | 0.693 | 0.7 TOTAL | 189 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
190 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0671 | 0.8 TOTAL | 189 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
191 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=37' AND store_id = '0' AND language_id = '1' | 0.3782 | 1.1 TOTAL | 189 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} |
189 |
/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()`) |
4,096 | |||||
72 |
{common/header}
...how long does `getTotalProducts()` take? category id 39
{common/menu} |
189 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#192-194), total duration: ~2 ms
↓
|
|||||||||
SQL | Query 3 request(s), #192-194, total duration: ~2 ms | Dur | Total | TTFB |
Trace
↓
|
||||
192 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '39' | 1.0788 | 1.1 TOTAL | 191 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
193 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1925 | 1.3 TOTAL | 191 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
194 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=39' AND store_id = '0' AND language_id = '1' | 0.5408 | 1.8 TOTAL | 192 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} |
192 |
/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()`) |
4,096 | |||||
74 |
{common/header}
...how long does `getTotalProducts()` take? category id 40
{common/menu} |
192 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#195-197), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #195-197, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
195 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '40' | 0.7796 | 0.8 TOTAL | 192 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
196 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.2389 | 1 TOTAL | 193 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
197 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=40' AND store_id = '0' AND language_id = '1' | 0.4297 | 1.4 TOTAL | 193 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} |
193 |
/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()`) |
4,096 | |||||
76 |
{common/header}
...how long does `getTotalProducts()` take? category id 41
{common/menu} |
193 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#198-200), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #198-200, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
198 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '41' | 0.6744 | 0.7 TOTAL | 194 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
199 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1171 | 0.8 TOTAL | 194 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
200 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=41' AND store_id = '0' AND language_id = '1' | 0.4834 | 1.3 TOTAL | 195 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} |
195 |
/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()`) |
4,096 | |||||
78 |
{common/header}
...how long does `getTotalProducts()` take? category id 42
{common/menu} |
195 |
/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()`) |
4,096 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#201-203), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #201-203, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
201 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '42' | 0.6427 | 0.6 TOTAL | 196 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
202 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1136 | 0.8 TOTAL | 196 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
203 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=42' AND store_id = '0' AND language_id = '1' | 0.6171 | 1.4 TOTAL | 196 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} |
196 |
/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()`) |
4,096 | |||||
Models called:
1 x `design/theme/getTheme()` | |||||||||
SQL: 2 request(s) (#204-205), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 2 request(s), #204-205, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
204 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1447 | 0.1 TOTAL | 197 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
205 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/menu' | 0.422 | 0.6 TOTAL | 197 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
|
201 |
/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()`) |
6,144 | |||||
Models called:
1 x `design/theme/getTheme()` 1 x `setting/setting/getSetting()` | |||||||||
SQL: 2 request(s) (#206-207), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 2 request(s), #206-207, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
206 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/header' | 0.4386 | 0.4 TOTAL | 201 TTFB |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/header.php:80 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
207 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.5645 | 1 TOTAL | 209 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 |
|
209 |
/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()`) |
6,144 | |||||
Models called:
1 x `design/theme/getTheme()` 1 x `setting/setting/getSetting()` | |||||||||
SQL: 2 request(s) (#208-209), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 2 request(s), #208-209, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
208 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'product/category' | 0.4621 | 0.5 TOTAL | 210 TTFB |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/product/category.php:364 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
209 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.1242 | 0.6 TOTAL | 218 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` = 'cd14db47ae679a5e8c3dd8eece' AND `expire` > '2024-11-21 09:04:56' | 0 | 0 | -1 |
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
|
4 | SELECT * FROM oc_store WHERE REPLACE(`ssl`, 'www.', '') = 'https://opencart-profiler.nekto.com.ua/' | 0.7219 | 0.7 | 4 |
/catalog/controller/startup/startup.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
5 | SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC | 1.2691 | 2 | 6 |
/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.2337 | 2.2 | 6 |
/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 | 0.7401 | 3 | 8 |
/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 | 0.9832 | 3.9 | 10 |
/catalog/model/localisation/currency.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationCurrency->getCurrencies()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/startup/startup.php:148 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/catalog/model/localisation/currency.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationCurrency->getCurrencies()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/startup/startup.php:148 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
9 | SELECT * FROM oc_currency | 0.6665 | 4.6 | 11 |
/system/library/cart/currency.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:170 (in `Cart\Currency->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/currency.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:170 (in `Cart\Currency->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
10 | SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'shipping' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '220' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '3490') ORDER BY tr1.priority ASC | 2.1659 | 6.8 | 14 |
/system/library/cart/tax.php:16 (in `DB->query()`)
/catalog/controller/startup/startup.php:179 (in `Cart\Tax->setShippingAddress()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/tax.php:16 (in `DB->query()`)
/catalog/controller/startup/startup.php:179 (in `Cart\Tax->setShippingAddress()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
11 | SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'store' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '220' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '3490') ORDER BY tr1.priority ASC | 0.7617 | 7.5 | 15 |
/system/library/cart/tax.php:44 (in `DB->query()`)
/catalog/controller/startup/startup.php:188 (in `Cart\Tax->setStoreAddress()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/tax.php:44 (in `DB->query()`)
/catalog/controller/startup/startup.php:188 (in `Cart\Tax->setStoreAddress()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
12 | SELECT * FROM oc_weight_class wc LEFT JOIN oc_weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id) WHERE wcd.language_id = '1' | 1.4839 | 9 | 17 |
/system/library/cart/weight.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:191 (in `Cart\Weight->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/weight.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:191 (in `Cart\Weight->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
13 | SELECT * FROM oc_length_class mc LEFT JOIN oc_length_class_description mcd ON (mc.length_class_id = mcd.length_class_id) WHERE mcd.language_id = '1' | 0.7745 | 9.8 | 18 |
/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.7344 | 10.5 | 20 |
/system/library/cart/cart.php:15 (in `DB->query()`)
/catalog/controller/startup/startup.php:197 (in `Cart\Cart->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/cart.php:15 (in `DB->query()`)
/catalog/controller/startup/startup.php:197 (in `Cart\Cart->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
15 | SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC | 0.7943 | 11.3 | 22 |
/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 = 'macs' AND store_id = '0' | 0.6901 | 12 | 24 |
/catalog/controller/startup/seo_url.php:19 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupSeoUrl->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/seo_url.php:19 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupSeoUrl->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
17 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/category' OR route = 'en-gb') | 0.5502 | 12.6 | 26 |
/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 = '46' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' | 1.3035 | 13.9 | 31 |
/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=46' AND store_id = '0' AND language_id = '1' | 0.5555 | 14.4 | 31 |
/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 = '46' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 1.4445 | 15.9 | 33 |
/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 = '46' | 1.3463 | 17.2 | 34 |
/catalog/model/catalog/product.php:513 (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 = '46' GROUP BY p.product_id ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,15 | 2.5735 | 19.8 | 37 |
/catalog/model/catalog/product.php:200 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/product/category.php:163 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/model/catalog/product.php:200 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/product/category.php:163 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
23 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1145 | 19.9 | 37 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:227 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:227 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
24 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1187 | 20 | 37 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:233 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:233 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
25 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1104 | 20.1 | 38 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:239 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:239 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
26 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1198 | 20.3 | 38 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:245 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:245 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
27 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0778 | 20.3 | 38 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:251 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:251 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
28 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1262 | 20.5 | 38 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:258 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:258 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
29 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.062 | 20.5 | 38 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:264 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:264 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
30 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0802 | 20.6 | 38 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:271 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:271 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
31 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0596 | 20.7 | 38 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:277 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:277 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
32 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0672 | 20.7 | 39 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
33 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0651 | 20.8 | 39 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
34 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0617 | 20.9 | 39 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
35 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.2188 | 21.1 | 39 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
36 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0601 | 21.1 | 39 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
37 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.09 | 21.2 | 40 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:330 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:330 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
38 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0647 | 21.3 | 40 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:338 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:338 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
39 | SELECT * FROM oc_category_to_layout WHERE category_id = '46' AND store_id = '0' | 0.6264 | 21.9 | 41 |
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_left.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_left.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
40 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.6715 | 22.6 | 42 |
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_left.php:35 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_left.php:35 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
41 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_left' ORDER BY sort_order | 0.9558 | 23.5 | 43 |
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_left.php:46 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_left.php:46 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
42 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/category' OR route = 'en-gb') | 0.5968 | 24.1 | 45 |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/extension/module/category.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
43 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 1.4107 | 25.6 | 46 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
44 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '20' | 1.0079 | 26.6 | 48 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
45 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.5588 | 27.1 | 48 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
46 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '18' | 0.5565 | 27.7 | 49 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
47 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.3812 | 28.1 | 50 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
48 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '25' | 0.5652 | 28.6 | 50 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
49 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.3406 | 29 | 51 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
50 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '57' | 0.5383 | 29.5 | 51 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
51 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' | 0.3255 | 29.8 | 52 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
52 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '17' | 0.5348 | 30.4 | 52 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
53 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' | 0.3445 | 30.7 | 53 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
54 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '24' | 0.513 | 31.2 | 53 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
55 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' | 0.2955 | 31.5 | 54 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
56 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '33' | 0.4458 | 32 | 54 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
57 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.3655 | 32.3 | 55 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
58 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '34' | 0.8158 | 33.1 | 56 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
59 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.5347 | 33.7 | 56 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
60 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/category' | 1.1521 | 34.8 | 58 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/extension/module/category.php:62 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
61 | SELECT * FROM oc_module WHERE module_id = '30' | 0.832 | 35.7 | 89 |
/catalog/model/setting/module.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingModule->getModule()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_left.php:60 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/setting/module.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingModule->getModule()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_left.php:60 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
62 | SELECT * FROM oc_banner b LEFT JOIN oc_banner_image bi ON (b.banner_id = bi.banner_id) WHERE b.banner_id = '6' AND b.status = '1' AND bi.language_id = '1' ORDER BY bi.sort_order ASC | 1.0885 | 36.7 | 91 |
/catalog/model/design/banner.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignBanner->getBanner()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/banner.php:15 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleBanner->index()`)
/catalog/model/design/banner.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignBanner->getBanner()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/banner.php:15 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleBanner->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:63 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
63 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/banner' | 0.3238 | 37.1 | 91 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/extension/module/banner.php:29 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleBanner->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:63 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
64 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_left' | 0.5724 | 37.6 | 93 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/column_left.php:72 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
65 | SELECT * FROM oc_category_to_layout WHERE category_id = '46' AND store_id = '0' | 0.3251 | 38 | 96 |
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_right.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_right.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:358 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
66 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1343 | 38.1 | 96 |
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_right.php:35 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_right.php:35 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:358 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
67 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_right' ORDER BY sort_order | 0.3753 | 38.5 | 97 |
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_right.php:46 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_right.php:46 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:358 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
68 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_right' | 0.2919 | 38.8 | 97 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/column_right.php:72 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnRight->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:358 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
69 | SELECT * FROM oc_category_to_layout WHERE category_id = '46' AND store_id = '0' | 0.1177 | 38.9 | 99 |
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_top.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_top.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:359 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
70 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1497 | 39 | 100 |
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_top.php:35 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_top.php:35 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:359 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
71 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_top' ORDER BY sort_order | 0.4686 | 39.5 | 100 |
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_top.php:46 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_top.php:46 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:359 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
72 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_top' | 0.3837 | 39.9 | 101 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/content_top.php:72 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:359 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
73 | SELECT * FROM oc_category_to_layout WHERE category_id = '46' AND store_id = '0' | 0.1265 | 40 | 104 |
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_bottom.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_bottom.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:360 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
74 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.0822 | 40.1 | 104 |
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_bottom.php:35 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_bottom.php:35 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:360 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
75 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_bottom' ORDER BY sort_order | 0.3684 | 40.5 | 105 |
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_bottom.php:46 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`)
/catalog/model/design/layout.php:14 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayoutModules()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_bottom.php:46 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:360 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
76 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_bottom' | 0.3604 | 40.8 | 105 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/content_bottom.php:72 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentBottom->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:360 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
77 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'en-gb') | 0.3579 | 41.2 | 108 |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/common/footer.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
78 | SELECT * FROM oc_information i LEFT JOIN oc_information_description id ON (i.information_id = id.information_id) LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id) WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1' ORDER BY i.sort_order, LCASE(id.title) ASC | 1.8747 | 43.1 | 110 |
/catalog/model/catalog/information.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogInformation->getInformations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/footer.php:10 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/catalog/model/catalog/information.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogInformation->getInformations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/footer.php:10 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
79 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=4' AND store_id = '0' AND language_id = '1' | 0.3932 | 43.5 | 111 |
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
80 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=6' AND store_id = '0' AND language_id = '1' | 0.4318 | 43.9 | 111 |
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
81 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=3' AND store_id = '0' AND language_id = '1' | 0.4991 | 44.4 | 112 |
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
82 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=5' AND store_id = '0' AND language_id = '1' | 0.4245 | 44.8 | 112 |
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
83 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer' | 0.3654 | 45.2 | 113 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/footer.php:62 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
84 | SELECT * FROM oc_extension WHERE `type` = 'analytics' | 0.7632 | 45.9 | 117 |
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/header.php:9 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/header.php:9 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
85 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'en-gb') | 0.5101 | 46.4 | 118 |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/common/header.php:46 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
86 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'en-gb') | 0.49 | 46.9 | 119 |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/common/language.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:74 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
87 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1297 | 47.1 | 120 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/language.php:42 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/language.php:42 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:74 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
88 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/language' | 0.573 | 47.6 | 120 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/language.php:45 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonLanguage->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:74 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
89 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'en-gb') | 0.5523 | 48.2 | 126 |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/common/currency.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:75 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
90 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1102 | 48.3 | 126 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/currency.php:44 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/currency.php:44 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:75 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
91 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency' | 0.4722 | 48.8 | 126 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/currency.php:47 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:75 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
92 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'en-gb') | 0.6715 | 49.4 | 130 |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/common/search.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonSearch->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:76 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
93 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/search' | 0.4653 | 49.9 | 131 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/search.php:14 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonSearch->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:76 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
94 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'en-gb') | 0.5324 | 50.4 | 133 |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/common/cart.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
95 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'cd14db47ae679a5e8c3dd8eece' | 0.5699 | 51 | 134 |
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:331 (in `Cart\Cart->getProducts()`) /catalog/controller/common/cart.php:10 (in `Cart\Cart->getTaxes()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:331 (in `Cart\Cart->getProducts()`) /catalog/controller/common/cart.php:10 (in `Cart\Cart->getTaxes()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
96 | SELECT * FROM oc_extension WHERE `type` = 'total' | 0.5199 | 51.5 | 135 |
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:24 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/catalog/model/setting/extension.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingExtension->getExtensions()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:24 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
97 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'en-gb') | 0.5057 | 52 | 136 |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/model/extension/total/sub_total.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalSubTotal->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:37 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
98 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'cd14db47ae679a5e8c3dd8eece' | 0.1197 | 52.2 | 136 |
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:321 (in `Cart\Cart->getProducts()`) /catalog/model/extension/total/sub_total.php:6 (in `Cart\Cart->getSubTotal()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalSubTotal->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:321 (in `Cart\Cart->getProducts()`) /catalog/model/extension/total/sub_total.php:6 (in `Cart\Cart->getSubTotal()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalSubTotal->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:37 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
99 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'cd14db47ae679a5e8c3dd8eece' | 0.1205 | 52.3 | 137 |
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:389 (in `Cart\Cart->getProducts()`) /catalog/model/extension/total/shipping.php:4 (in `Cart\Cart->hasShipping()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalShipping->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:389 (in `Cart\Cart->getProducts()`) /catalog/model/extension/total/shipping.php:4 (in `Cart\Cart->hasShipping()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalShipping->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:37 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
100 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'en-gb') | 0.3651 | 52.6 | 140 |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/model/extension/total/credit.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalCredit->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:37 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
101 | SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' | 0.6453 | 53.3 | 141 |
/system/library/cart/customer.php:122 (in `DB->query()`)
/catalog/model/extension/total/credit.php:6 (in `Cart\Customer->getBalance()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalCredit->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:37 (in `Proxy->__call()`)
/system/library/cart/customer.php:122 (in `DB->query()`)
/catalog/model/extension/total/credit.php:6 (in `Cart\Customer->getBalance()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalCredit->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:37 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
102 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'en-gb') | 0.3466 | 53.6 | 143 |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/model/extension/total/total.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/loader.php:330 (in `ModelExtensionTotalTotal->getTotal()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/cart.php:37 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
103 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'cd14db47ae679a5e8c3dd8eece' | 0.0675 | 53.7 | 143 |
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:361 (in `Cart\Cart->getProducts()`) /catalog/controller/common/cart.php:50 (in `Cart\Cart->countProducts()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:361 (in `Cart\Cart->getProducts()`) /catalog/controller/common/cart.php:50 (in `Cart\Cart->countProducts()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
104 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'cd14db47ae679a5e8c3dd8eece' | 0.0658 | 53.8 | 143 |
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
105 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/cart' | 0.3179 | 54.1 | 143 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/cart.php:136 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
106 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'en-gb') | 0.378 | 54.5 | 147 |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/common/menu.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
107 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.067 | 54.5 | 147 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:13 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:13 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
108 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '20' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.9999 | 55.5 | 148 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
109 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '26' | 0.5692 | 56.1 | 149 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
110 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.1323 | 56.2 | 149 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
111 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' | 0.9125 | 57.1 | 150 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
112 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '27' | 0.9045 | 58.1 | 151 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
113 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.1208 | 58.2 | 151 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
114 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=27' AND store_id = '0' AND language_id = '1' | 1.2278 | 59.4 | 152 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
115 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.2506 | 59.7 | 153 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
116 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '18' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 1.4548 | 61.1 | 154 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
117 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '46' | 1.3511 | 62.5 | 156 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
118 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.1284 | 62.6 | 156 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
119 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.112 | 62.7 | 156 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
120 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '45' | 0.7701 | 63.5 | 157 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
121 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.1556 | 63.6 | 158 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
122 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=45' AND store_id = '0' AND language_id = '1' | 0.7674 | 64.4 | 158 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
123 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.1266 | 64.5 | 159 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
124 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '25' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.8339 | 65.3 | 160 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
125 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '29' | 0.5663 | 65.9 | 160 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
126 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1272 | 66 | 161 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
127 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1' | 0.4477 | 66.5 | 161 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
128 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '28' | 0.5846 | 67.1 | 162 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
129 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0731 | 67.1 | 162 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
130 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' | 0.3772 | 67.5 | 162 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
131 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '30' | 0.5644 | 68.1 | 163 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
132 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0665 | 68.2 | 163 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
133 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' | 0.3465 | 68.5 | 163 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
134 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '31' | 0.4935 | 69 | 164 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
135 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1353 | 69.1 | 164 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
136 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.3825 | 69.5 | 165 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
137 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '32' | 0.5055 | 70 | 165 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
138 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0702 | 70.1 | 165 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
139 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' AND store_id = '0' AND language_id = '1' | 0.3466 | 70.4 | 166 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
140 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0989 | 70.5 | 166 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
141 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '57' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.7105 | 71.2 | 167 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
142 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' | 0.0622 | 71.3 | 167 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
143 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '17' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.6682 | 72 | 167 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
144 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' | 0.0623 | 72 | 168 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
145 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '24' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.9407 | 73 | 169 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
146 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' | 0.064 | 73 | 169 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
147 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '33' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.6854 | 73.7 | 170 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
148 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.0604 | 73.8 | 170 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
149 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '34' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.8679 | 74.7 | 171 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
150 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '43' | 0.4994 | 75.2 | 171 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
151 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0605 | 75.2 | 171 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
152 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=43' AND store_id = '0' AND language_id = '1' | 0.3254 | 75.5 | 172 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
153 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '44' | 0.4655 | 76 | 172 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
154 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0611 | 76.1 | 172 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
155 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=44' AND store_id = '0' AND language_id = '1' | 0.3556 | 76.4 | 173 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
156 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '47' | 0.4987 | 76.9 | 173 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
157 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.057 | 77 | 173 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
158 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=47' AND store_id = '0' AND language_id = '1' | 0.45 | 77.4 | 174 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
159 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '48' | 0.4363 | 77.9 | 174 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
160 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0613 | 77.9 | 175 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
161 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=48' AND store_id = '0' AND language_id = '1' | 0.3825 | 78.3 | 175 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
162 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '49' | 0.5689 | 78.9 | 176 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
163 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0595 | 78.9 | 176 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
164 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=49' AND store_id = '0' AND language_id = '1' | 0.4673 | 79.4 | 176 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
165 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '50' | 0.469 | 79.9 | 177 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
166 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0622 | 79.9 | 177 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
167 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=50' AND store_id = '0' AND language_id = '1' | 0.6349 | 80.6 | 178 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
168 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '51' | 0.4909 | 81.1 | 178 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
169 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.061 | 81.1 | 178 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
170 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=51' AND store_id = '0' AND language_id = '1' | 0.3848 | 81.5 | 179 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
171 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '52' | 0.506 | 82 | 179 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
172 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1792 | 82.2 | 180 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
173 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=52' AND store_id = '0' AND language_id = '1' | 0.4387 | 82.6 | 180 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
174 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '53' | 0.5049 | 83.1 | 181 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
175 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0646 | 83.2 | 181 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
176 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=53' AND store_id = '0' AND language_id = '1' | 0.3735 | 83.6 | 181 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
177 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '54' | 0.558 | 84.1 | 182 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
178 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0669 | 84.2 | 182 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
179 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=54' AND store_id = '0' AND language_id = '1' | 0.3395 | 84.5 | 182 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
180 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '55' | 0.5008 | 85 | 183 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
181 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1085 | 85.1 | 183 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
182 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=55' AND store_id = '0' AND language_id = '1' | 0.531 | 85.7 | 184 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
183 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '56' | 0.8227 | 86.5 | 185 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
184 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1599 | 86.7 | 185 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
185 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=56' AND store_id = '0' AND language_id = '1' | 0.4667 | 87.1 | 186 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
186 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '38' | 1.1363 | 88.3 | 187 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
187 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.2111 | 88.5 | 187 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
188 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=38' AND store_id = '0' AND language_id = '1' | 0.4888 | 89 | 188 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
189 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '37' | 0.693 | 89.7 | 189 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
190 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0671 | 89.7 | 189 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
191 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=37' AND store_id = '0' AND language_id = '1' | 0.3782 | 90.1 | 189 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
192 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '39' | 1.0788 | 91.2 | 191 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
193 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1925 | 91.4 | 191 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
194 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=39' AND store_id = '0' AND language_id = '1' | 0.5408 | 91.9 | 192 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
195 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '40' | 0.7796 | 92.7 | 192 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
196 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.2389 | 92.9 | 193 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
197 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=40' AND store_id = '0' AND language_id = '1' | 0.4297 | 93.4 | 193 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
198 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '41' | 0.6744 | 94 | 194 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
199 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1171 | 94.2 | 194 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
200 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=41' AND store_id = '0' AND language_id = '1' | 0.4834 | 94.6 | 195 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
201 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '42' | 0.6427 | 95.3 | 196 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
202 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1136 | 95.4 | 196 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
203 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=42' AND store_id = '0' AND language_id = '1' | 0.6171 | 96 | 196 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
204 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1447 | 96.2 | 197 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
205 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/menu' | 0.422 | 96.6 | 197 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/menu.php:48 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
206 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/header' | 0.4386 | 97 | 201 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/header.php:80 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
207 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.5645 | 97.6 | 209 |
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`) /catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`) /catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`) /system/storage/modification/system/engine/action.php:71 (in `ControllerExtensionAdvertiseGoogle->__construct()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:205 (in `Event->trigger()`) /catalog/controller/common/header.php:80 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
208 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'product/category' | 0.4621 | 98 | 210 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/product/category.php:364 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
209 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.1242 | 98.2 | 218 |
/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 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 = '46' GROUP BY p.product_id ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,15 | 2.5735 | 2.6 | 37 |
/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()`) |
2 | SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'shipping' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '220' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '3490') ORDER BY tr1.priority ASC | 2.1659 | 4.7 | 14 |
/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()`) |
3 | SELECT * FROM oc_information i LEFT JOIN oc_information_description id ON (i.information_id = id.information_id) LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id) WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1' ORDER BY i.sort_order, LCASE(id.title) ASC | 1.8747 | 6.6 | 110 |
/catalog/model/catalog/information.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogInformation->getInformations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/footer.php:10 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`)
/catalog/model/catalog/information.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogInformation->getInformations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/footer.php:10 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
4 | SELECT * FROM oc_weight_class wc LEFT JOIN oc_weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id) WHERE wcd.language_id = '1' | 1.4839 | 8.1 | 17 |
/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()`) |
5 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '18' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 1.4548 | 9.6 | 154 |
/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()`) |
6 | 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 = '46' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 1.4445 | 11 | 33 |
/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()`) |
7 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 1.4107 | 12.4 | 46 |
/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()`) |
8 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '46' | 1.3511 | 13.8 | 156 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
9 | 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 = '46' | 1.3463 | 15.1 | 34 |
/catalog/model/catalog/product.php:513 (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()`) |
10 | 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 = '46' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' | 1.3035 | 16.4 | 31 |
/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()`) |
11 | SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC | 1.2691 | 17.7 | 6 |
/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()`) |
12 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=27' AND store_id = '0' AND language_id = '1' | 1.2278 | 18.9 | 152 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
13 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/category' | 1.1521 | 20.1 | 58 |
/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()`) |
14 | 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' | 1.1363 | 21.2 | 187 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
15 | SELECT * FROM oc_banner b LEFT JOIN oc_banner_image bi ON (b.banner_id = bi.banner_id) WHERE b.banner_id = '6' AND b.status = '1' AND bi.language_id = '1' ORDER BY bi.sort_order ASC | 1.0885 | 22.3 | 91 |
/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()`) |
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 = '39' | 1.0788 | 23.4 | 191 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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 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' | 1.0079 | 24.4 | 48 |
/catalog/model/catalog/product.php:513 (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()`) |
18 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '20' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.9999 | 25.4 | 148 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
19 | SELECT * FROM `oc_currency` WHERE `status` = '1' ORDER BY `title` ASC | 0.9832 | 26.4 | 10 |
/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()`) |
20 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_left' ORDER BY sort_order | 0.9558 | 27.3 | 43 |
/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()`) |
21 | 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) | 0.9407 | 28.2 | 169 |
/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()`) |
22 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' | 0.9125 | 29.2 | 150 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
23 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '27' | 0.9045 | 30.1 | 151 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
24 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '34' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.8679 | 30.9 | 171 |
/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()`) |
25 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '25' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.8339 | 31.8 | 160 |
/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 | SELECT * FROM oc_module WHERE module_id = '30' | 0.832 | 32.6 | 89 |
/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()`) |
27 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '56' | 0.8227 | 33.4 | 185 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
28 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '34' | 0.8158 | 34.2 | 56 |
/catalog/model/catalog/product.php:513 (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()`) |
29 | SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC | 0.7943 | 35 | 22 |
/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()`) |
30 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '40' | 0.7796 | 35.8 | 192 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
31 | SELECT * FROM oc_length_class mc LEFT JOIN oc_length_class_description mcd ON (mc.length_class_id = mcd.length_class_id) WHERE mcd.language_id = '1' | 0.7745 | 36.6 | 18 |
/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()`) |
32 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '45' | 0.7701 | 37.4 | 157 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
33 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=45' AND store_id = '0' AND language_id = '1' | 0.7674 | 38.1 | 158 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
34 | SELECT * FROM oc_extension WHERE `type` = 'analytics' | 0.7632 | 38.9 | 117 |
/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()`) |
35 | SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'store' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '220' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '3490') ORDER BY tr1.priority ASC | 0.7617 | 39.6 | 15 |
/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()`) |
36 | SELECT * FROM oc_language WHERE status = '1' ORDER BY sort_order, name | 0.7401 | 40.4 | 8 |
/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()`) |
37 | DELETE FROM oc_cart WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR) | 0.7344 | 41.1 | 20 |
/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()`) |
38 | SELECT * FROM oc_store WHERE REPLACE(`ssl`, 'www.', '') = 'https://opencart-profiler.nekto.com.ua/' | 0.7219 | 41.8 | 4 |
/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()`) |
39 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '57' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.7105 | 42.6 | 167 |
/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()`) |
40 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '37' | 0.693 | 43.2 | 189 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
41 | SELECT * FROM oc_seo_url WHERE keyword = 'macs' AND store_id = '0' | 0.6901 | 43.9 | 24 |
/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()`) |
42 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '33' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.6854 | 44.6 | 170 |
/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()`) |
43 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '41' | 0.6744 | 45.3 | 194 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
44 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.6715 | 46 | 42 |
/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()`) |
45 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'en-gb') | 0.6715 | 46.6 | 130 |
/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()`) |
46 | 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) | 0.6682 | 47.3 | 167 |
/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()`) |
47 | SELECT * FROM oc_currency | 0.6665 | 48 | 11 |
/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()`) |
48 | SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' | 0.6453 | 48.6 | 141 |
/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()`) |
49 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '42' | 0.6427 | 49.3 | 196 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
50 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=50' AND store_id = '0' AND language_id = '1' | 0.6349 | 49.9 | 178 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
51 | SELECT * FROM oc_category_to_layout WHERE category_id = '46' AND store_id = '0' | 0.6264 | 50.5 | 41 |
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_left.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/column_left.php:19 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
52 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=42' AND store_id = '0' AND language_id = '1' | 0.6171 | 51.1 | 196 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/category' OR route = 'en-gb') | 0.5968 | 51.7 | 45 |
/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()`) |
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 = '28' | 0.5846 | 52.3 | 162 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
55 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/language' | 0.573 | 52.9 | 120 |
/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()`) |
56 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_left' | 0.5724 | 53.5 | 93 |
/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()`) |
57 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'cd14db47ae679a5e8c3dd8eece' | 0.5699 | 54 | 134 |
/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()`) |
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 = '26' | 0.5692 | 54.6 | 149 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
59 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '49' | 0.5689 | 55.2 | 176 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
60 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '29' | 0.5663 | 55.7 | 160 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
61 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '25' | 0.5652 | 56.3 | 50 |
/catalog/model/catalog/product.php:513 (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()`) |
62 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.5645 | 56.9 | 209 |
/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()`) |
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 = '30' | 0.5644 | 57.4 | 163 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
64 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.5588 | 58 | 48 |
/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 = '54' | 0.558 | 58.6 | 182 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
66 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '18' | 0.5565 | 59.1 | 49 |
/catalog/model/catalog/product.php:513 (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()`) |
67 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.5555 | 59.7 | 31 |
/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()`) |
68 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'en-gb') | 0.5523 | 60.2 | 126 |
/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()`) |
69 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/category' OR route = 'en-gb') | 0.5502 | 60.8 | 26 |
/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()`) |
70 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=39' AND store_id = '0' AND language_id = '1' | 0.5408 | 61.3 | 192 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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 = '57' | 0.5383 | 61.8 | 51 |
/catalog/model/catalog/product.php:513 (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()`) |
72 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '17' | 0.5348 | 62.4 | 52 |
/catalog/model/catalog/product.php:513 (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()`) |
73 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.5347 | 62.9 | 56 |
/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()`) |
74 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'en-gb') | 0.5324 | 63.5 | 133 |
/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()`) |
75 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=55' AND store_id = '0' AND language_id = '1' | 0.531 | 64 | 184 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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_extension WHERE `type` = 'total' | 0.5199 | 64.5 | 135 |
/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()`) |
77 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '24' | 0.513 | 65 | 53 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
78 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'en-gb') | 0.5101 | 65.5 | 118 |
/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()`) |
79 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '52' | 0.506 | 66 | 179 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
80 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'en-gb') | 0.5057 | 66.5 | 136 |
/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()`) |
81 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '32' | 0.5055 | 67 | 165 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
82 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '53' | 0.5049 | 67.5 | 181 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
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 = '55' | 0.5008 | 68 | 183 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '43' | 0.4994 | 68.5 | 171 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
85 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=3' AND store_id = '0' AND language_id = '1' | 0.4991 | 69 | 112 |
/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()`) |
86 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '47' | 0.4987 | 69.5 | 173 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
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 = '31' | 0.4935 | 70 | 164 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
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' | 0.4909 | 70.5 | 178 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'en-gb') | 0.49 | 71 | 119 |
/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()`) |
90 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=38' AND store_id = '0' AND language_id = '1' | 0.4888 | 71.5 | 188 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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=41' AND store_id = '0' AND language_id = '1' | 0.4834 | 72 | 195 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
92 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency' | 0.4722 | 72.5 | 126 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/currency.php:47 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:75 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
93 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '50' | 0.469 | 72.9 | 177 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
94 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_top' ORDER BY sort_order | 0.4686 | 73.4 | 100 |
/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()`) |
95 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=49' AND store_id = '0' AND language_id = '1' | 0.4673 | 73.9 | 176 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
96 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=56' AND store_id = '0' AND language_id = '1' | 0.4667 | 74.3 | 186 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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 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.4655 | 74.8 | 172 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
98 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/search' | 0.4653 | 75.3 | 131 |
/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()`) |
99 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'product/category' | 0.4621 | 75.7 | 210 |
/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()`) |
100 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=47' AND store_id = '0' AND language_id = '1' | 0.45 | 76.2 | 174 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
101 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1' | 0.4477 | 76.6 | 161 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
102 | 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.4458 | 77.1 | 54 |
/catalog/model/catalog/product.php:513 (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()`) |
103 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=52' AND store_id = '0' AND language_id = '1' | 0.4387 | 77.5 | 180 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/header' | 0.4386 | 77.9 | 201 |
/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()`) |
105 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '48' | 0.4363 | 78.4 | 174 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
106 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=6' AND store_id = '0' AND language_id = '1' | 0.4318 | 78.8 | 111 |
/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()`) |
107 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=40' AND store_id = '0' AND language_id = '1' | 0.4297 | 79.2 | 193 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
108 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=5' AND store_id = '0' AND language_id = '1' | 0.4245 | 79.7 | 112 |
/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()`) |
109 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/menu' | 0.422 | 80.1 | 197 |
/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()`) |
110 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=4' AND store_id = '0' AND language_id = '1' | 0.3932 | 80.5 | 111 |
/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()`) |
111 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=51' AND store_id = '0' AND language_id = '1' | 0.3848 | 80.9 | 179 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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/content_top' | 0.3837 | 81.3 | 101 |
/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()`) |
113 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.3825 | 81.6 | 165 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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=48' AND store_id = '0' AND language_id = '1' | 0.3825 | 82 | 175 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
115 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.3812 | 82.4 | 50 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
116 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=37' AND store_id = '0' AND language_id = '1' | 0.3782 | 82.8 | 189 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'en-gb') | 0.378 | 83.2 | 147 |
/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()`) |
118 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' | 0.3772 | 83.5 | 162 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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_layout_module WHERE layout_id = '3' AND position = 'column_right' ORDER BY sort_order | 0.3753 | 83.9 | 97 |
/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()`) |
120 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=53' AND store_id = '0' AND language_id = '1' | 0.3735 | 84.3 | 181 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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_layout_module WHERE layout_id = '3' AND position = 'content_bottom' ORDER BY sort_order | 0.3684 | 84.7 | 105 |
/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()`) |
122 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.3655 | 85 | 55 |
/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()`) |
123 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer' | 0.3654 | 85.4 | 113 |
/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()`) |
124 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'en-gb') | 0.3651 | 85.7 | 140 |
/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()`) |
125 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_bottom' | 0.3604 | 86.1 | 105 |
/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()`) |
126 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'en-gb') | 0.3579 | 86.5 | 108 |
/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()`) |
127 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=44' AND store_id = '0' AND language_id = '1' | 0.3556 | 86.8 | 173 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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=32' AND store_id = '0' AND language_id = '1' | 0.3466 | 87.2 | 166 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'en-gb') | 0.3466 | 87.5 | 143 |
/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()`) |
130 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' | 0.3465 | 87.9 | 163 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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=17' AND store_id = '0' AND language_id = '1' | 0.3445 | 88.2 | 53 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
132 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.3406 | 88.5 | 51 |
/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()`) |
133 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=54' AND store_id = '0' AND language_id = '1' | 0.3395 | 88.9 | 182 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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=57' AND store_id = '0' AND language_id = '1' | 0.3255 | 89.2 | 52 |
/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()`) |
135 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=43' AND store_id = '0' AND language_id = '1' | 0.3254 | 89.5 | 172 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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_category_to_layout WHERE category_id = '46' AND store_id = '0' | 0.3251 | 89.9 | 96 |
/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()`) |
137 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/banner' | 0.3238 | 90.2 | 91 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/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()`) |
138 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/cart' | 0.3179 | 90.5 | 143 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/cart.php:136 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
139 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' | 0.2955 | 90.8 | 54 |
/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()`) |
140 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_right' | 0.2919 | 91.1 | 97 |
/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()`) |
141 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.2506 | 91.3 | 153 |
/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()`) |
142 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.2389 | 91.6 | 193 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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 | SET time_zone = '+02:00' | 0.2337 | 91.8 | 6 |
/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()`) |
144 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.2188 | 92 | 39 |
/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()`) |
145 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.2111 | 92.2 | 187 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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=34' AND store_id = '0' AND language_id = '1' | 0.1925 | 92.4 | 191 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
147 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1792 | 92.6 | 180 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
148 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1599 | 92.8 | 185 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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=18' AND store_id = '0' AND language_id = '1' | 0.1556 | 92.9 | 158 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
150 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1497 | 93.1 | 100 |
/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()`) |
151 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1447 | 93.2 | 197 |
/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_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1353 | 93.4 | 164 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1343 | 93.5 | 96 |
/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()`) |
154 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.1323 | 93.6 | 149 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
155 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1297 | 93.8 | 120 |
/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()`) |
156 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.1284 | 93.9 | 156 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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' | 0.1272 | 94 | 161 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
158 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.1266 | 94.1 | 159 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
159 | SELECT * FROM oc_category_to_layout WHERE category_id = '46' AND store_id = '0' | 0.1265 | 94.3 | 104 |
/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()`) |
160 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1262 | 94.4 | 38 |
/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()`) |
161 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.1242 | 94.5 | 218 |
/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()`) |
162 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.1208 | 94.6 | 151 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
163 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'cd14db47ae679a5e8c3dd8eece' | 0.1205 | 94.8 | 137 |
/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()`) |
164 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1198 | 94.9 | 38 |
/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()`) |
165 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'cd14db47ae679a5e8c3dd8eece' | 0.1197 | 95 | 136 |
/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()`) |
166 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1187 | 95.1 | 37 |
/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()`) |
167 | SELECT * FROM oc_category_to_layout WHERE category_id = '46' AND store_id = '0' | 0.1177 | 95.2 | 99 |
/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()`) |
168 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1171 | 95.4 | 194 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
169 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1145 | 95.5 | 37 |
/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()`) |
170 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1136 | 95.6 | 196 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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=46' AND store_id = '0' AND language_id = '1' | 0.112 | 95.7 | 156 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
172 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1104 | 95.8 | 38 |
/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()`) |
173 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.1102 | 95.9 | 126 |
/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()`) |
174 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1085 | 96 | 183 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
175 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0989 | 96.1 | 166 |
/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()`) |
176 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.09 | 96.2 | 40 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:330 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:330 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
177 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.0822 | 96.3 | 104 |
/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()`) |
178 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0802 | 96.4 | 38 |
/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()`) |
179 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0778 | 96.4 | 38 |
/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()`) |
180 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0731 | 96.5 | 162 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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=25' AND store_id = '0' AND language_id = '1' | 0.0702 | 96.6 | 165 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'cd14db47ae679a5e8c3dd8eece' | 0.0675 | 96.7 | 143 |
/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()`) |
183 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0672 | 96.7 | 39 |
/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()`) |
184 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0671 | 96.8 | 189 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.067 | 96.9 | 147 |
/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()`) |
186 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0669 | 96.9 | 182 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
187 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0665 | 97 | 163 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'cd14db47ae679a5e8c3dd8eece' | 0.0658 | 97.1 | 143 |
/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()`) |
189 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0651 | 97.1 | 39 |
/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()`) |
190 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0647 | 97.2 | 40 |
/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()`) |
191 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0646 | 97.3 | 181 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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=24' AND store_id = '0' AND language_id = '1' | 0.064 | 97.3 | 169 |
/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()`) |
193 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' | 0.0623 | 97.4 | 168 |
/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()`) |
194 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0622 | 97.4 | 177 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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=57' AND store_id = '0' AND language_id = '1' | 0.0622 | 97.5 | 167 |
/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()`) |
196 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.062 | 97.6 | 38 |
/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()`) |
197 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0617 | 97.6 | 39 |
/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()`) |
198 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0613 | 97.7 | 175 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
199 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0611 | 97.8 | 172 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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' | 0.061 | 97.8 | 178 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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=34' AND store_id = '0' AND language_id = '1' | 0.0605 | 97.9 | 171 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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.0604 | 97.9 | 170 |
/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()`) |
203 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0601 | 98 | 39 |
/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()`) |
204 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.0596 | 98.1 | 38 |
/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()`) |
205 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0595 | 98.1 | 176 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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.057 | 98.2 | 173 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
207 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '') | 0 | 98.2 | -2 |
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
|
208 | SELECT `data` FROM `oc_session` WHERE `session_id` = 'cd14db47ae679a5e8c3dd8eece' AND `expire` > '2024-11-21 09:04:56' | 0 | 98.2 | -1 |
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
|
209 | SET time_zone = '+00:00' | 0 | 98.2 | -3 |
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
|
Quantity | Query | Total, ms | Trace | Duration, ms | ||||||||||||||||||||||||||||||||||||||||||||||||||
20
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1'
|
~3
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
20
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1'
|
~2
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
7
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1'
|
~1
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
5
|
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'cd14db47ae679a5e8c3dd8eece'
|
~1
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
4
|
SELECT * FROM oc_category_to_layout WHERE category_id = '46' AND store_id = '0'
|
~1
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
4
|
SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1
|
~1
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
4
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1'
|
~1
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
4
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1'
|
~1
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
|
~1
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1'
|
~0
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1'
|
~0
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1'
|
~0
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1'
|
~0
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google'
|
~1
|
|
Quantity | Query | Duration, ms | Total, ms | Trace | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
54
|
|
~16
|
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
27
|
|
~18
|
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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
|
|
~1
|
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
8
|
|
~3
|
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/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
|
|
~7
|
/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
|
|
~5
|
/catalog/model/catalog/product.php:513 (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
|
|
~0
|
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:304 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4
|
|
~2
|
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
Short Manual | |
Concerning [happened before `session`, not measured...] |
Why are some events and queries listed as `happened before session, not measured`? The profiler module starts measuring things when it recognizes you as an administrator with the profiling turned on. This identification happens only when OpenCart loads it's internal session. Until then, all the events and queries are recorded, but not measured, to make absolutely zero additional load (because otherwise that load would be added to every visit, since the module doesn't know who the visitor is yet). Usually this small number of events and queries can be neglected and left unmeasured, but the profiler has a special workaround, which allows measuring everything without exceptions, with the help of a special cookie. In order to make this workaround available on this website, you need to define `NEKTO_PROFILER_COOKIE_NAME` and `NEKTO_PROFILER_COOKIE_VALUE` constants in `/config.php` (not in `/admin/config.php`). This won't turn the limitless profiling on by itself, but will make it possible. Here are some safe randomly generated values to use there: ``` define("NEKTO_PROFILER_COOKIE_NAME", ""); define("NEKTO_PROFILER_COOKIE_VALUE", ""); ``` Refresh the page, once you have those constants in you config file. This website already has `NEKTO_PROFILER_COOKIE_NAME` and `NEKTO_PROFILER_COOKIE_VALUE` constants defined. . 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) |