Scanners
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 | ~74 |
SQL | |
rows | ms |
246 | ~97 |
# | Step | TTFB, ms | Trace | RAM, Kb | |||||
1 |
|
-1000 |
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
|
- | |||||
Models called:
2 x `catalog/category/getCategory()` 1 x `catalog/category/getCategories()` 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: 57 request(s) (#1-57), total duration: ~22 ms
↓
|
|||||||||
SQL | Query 57 request(s), #1-57, total duration: ~22 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` = '405ae5d810753f1a4c34179a09' AND `expire` > '2024-11-21 06:27:04' | 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.8244 | 0.8 TOTAL | 2 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.1466 | 2 TOTAL | 4 TTFB |
/catalog/controller/startup/startup.php:25 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:25 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
6 | SET time_zone = '+02:00' | 0.1786 | 2.1 TOTAL | 4 TTFB |
/catalog/controller/startup/startup.php:40 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:40 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
7 | SELECT * FROM oc_language WHERE status = '1' ORDER BY sort_order, name | 0.8989 | 3 TOTAL | 5 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.8087 | 3.9 TOTAL | 6 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.3278 | 4.2 TOTAL | 7 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 | 1.5823 | 5.8 TOTAL | 9 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.6121 | 6.4 TOTAL | 9 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.5908 | 8 TOTAL | 11 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' | 1.3889 | 9.4 TOTAL | 13 TTFB |
/system/library/cart/length.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:194 (in `Cart\Length->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/length.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:194 (in `Cart\Length->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
14 | DELETE FROM oc_cart WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR) | 0.404 | 9.8 TOTAL | 13 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 | 1.2214 | 11 TOTAL | 15 TTFB |
/catalog/model/setting/event.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingEvent->getEvents()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/startup/event.php:7 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupEvent->index()`)
/catalog/model/setting/event.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingEvent->getEvents()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/startup/event.php:7 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupEvent->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
16 | SELECT * FROM oc_seo_url WHERE keyword = 'component' AND store_id = '0' | 0.7944 | 11.8 TOTAL | 17 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_seo_url WHERE keyword = 'scanner' AND store_id = '0' | 0.4056 | 12.2 TOTAL | 17 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()`) |
||||
18 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/category' OR route = 'en-gb') | 0.3231 | 12.5 TOTAL | 18 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()`) |
||||
19 | 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 = '25' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' | 0.928 | 13.4 TOTAL | 19 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:77 (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:77 (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()`) |
||||
20 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.4067 | 13.8 TOTAL | 20 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:82 (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:82 (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()`) |
||||
21 | 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 = '31' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' | 0.3802 | 14.2 TOTAL | 21 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()`) |
||||
22 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.076 | 14.3 TOTAL | 21 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:104 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:104 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
23 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.347 | 14.6 TOTAL | 21 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:104 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:104 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
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 = '31' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 1.3676 | 16 TOTAL | 23 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()`) |
||||
25 | 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 = '31' | 1.7719 | 17.8 TOTAL | 25 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()`) |
||||
26 | 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 = '31' GROUP BY p.product_id ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,15 | 1.5834 | 19.4 TOTAL | 26 TTFB |
/catalog/model/catalog/product.php:200 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/product/category.php:163 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/model/catalog/product.php:200 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/product/category.php:163 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
27 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0882 | 19.5 TOTAL | 27 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
||||
28 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0642 | 19.5 TOTAL | 27 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
||||
29 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0682 | 19.6 TOTAL | 27 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
||||
30 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0662 | 19.7 TOTAL | 27 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:233 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:233 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
31 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0864 | 19.7 TOTAL | 27 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:239 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:239 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
32 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0706 | 19.8 TOTAL | 27 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
||||
33 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0773 | 19.9 TOTAL | 27 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:245 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:245 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
34 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0889 | 20 TOTAL | 27 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:245 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:245 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
35 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1089 | 20.1 TOTAL | 28 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
||||
36 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.1712 | 20.3 TOTAL | 28 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
||||
37 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1157 | 20.4 TOTAL | 28 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
||||
38 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.1039 | 20.5 TOTAL | 28 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
||||
39 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1371 | 20.6 TOTAL | 29 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
||||
40 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0832 | 20.7 TOTAL | 29 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
||||
41 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1511 | 20.8 TOTAL | 29 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
||||
42 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0875 | 20.9 TOTAL | 29 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
||||
43 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0714 | 21 TOTAL | 29 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
||||
44 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0625 | 21.1 TOTAL | 29 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
||||
45 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0721 | 21.1 TOTAL | 29 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
||||
46 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0608 | 21.2 TOTAL | 29 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
||||
47 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0691 | 21.3 TOTAL | 30 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()`) |
||||
48 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0614 | 21.3 TOTAL | 30 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()`) |
||||
49 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0668 | 21.4 TOTAL | 30 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()`) |
||||
50 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0665 | 21.5 TOTAL | 30 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()`) |
||||
51 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.072 | 21.5 TOTAL | 30 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()`) |
||||
52 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.061 | 21.6 TOTAL | 30 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()`) |
||||
53 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.063 | 21.7 TOTAL | 30 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()`) |
||||
54 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.061 | 21.7 TOTAL | 30 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()`) |
||||
55 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.098 | 21.8 TOTAL | 30 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()`) |
||||
56 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0639 | 21.9 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: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()`) |
||||
57 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.1132 | 22 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: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 |
|
31 |
/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) (#58-60), total duration: ~2 ms
↓
|
|||||||||
SQL | Query 3 request(s), #58-60, total duration: ~2 ms | Dur | Total | TTFB |
Trace
↓
|
||||
58 | SELECT * FROM oc_category_to_layout WHERE category_id = '31' AND store_id = '0' | 0.6763 | 0.7 TOTAL | 32 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()`) |
||||
59 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.7234 | 1.4 TOTAL | 33 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()`) |
||||
60 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_left' ORDER BY sort_order | 0.6828 | 2.1 TOTAL | 34 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
|
34 |
/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:
13 x `catalog/product/getTotalProducts()` 2 x `catalog/category/getCategories()` 1 x `design/theme/getTheme()` 1 x `design/translation/getTranslations()` | |||||||||
SQL: 35 request(s) (#61-95), total duration: ~15 ms
↓
|
|||||||||
SQL | Query 35 request(s), #61-95, total duration: ~15 ms | Dur | Total | TTFB |
Trace
↓
|
||||
61 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/category' OR route = 'en-gb') | 0.3197 | 0.3 TOTAL | 34 TTFB |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/extension/module/category.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
62 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.9637 | 1.3 TOTAL | 35 TTFB |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
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 = '20' | 0.9403 | 2.2 TOTAL | 36 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
64 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.33 | 2.6 TOTAL | 37 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
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 = '18' | 0.5799 | 3.1 TOTAL | 38 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
66 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.363 | 3.5 TOTAL | 38 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
67 | 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.7439 | 4.2 TOTAL | 39 TTFB |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:36 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:36 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
68 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5596 | 4.8 TOTAL | 40 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:43 (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:43 (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()`) |
||||
69 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0868 | 4.9 TOTAL | 40 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:44 (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:44 (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()`) |
||||
70 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1' | 0.3314 | 5.2 TOTAL | 40 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:44 (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:44 (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()`) |
||||
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 = '28' | 0.515 | 5.7 TOTAL | 41 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:43 (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:43 (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 * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0707 | 5.8 TOTAL | 41 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
||||
73 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' | 0.3447 | 6.1 TOTAL | 41 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.6279 | 6.8 TOTAL | 42 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:43 (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:43 (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()`) |
||||
75 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0989 | 6.9 TOTAL | 42 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
||||
76 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' | 0.4014 | 7.3 TOTAL | 43 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
||||
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 = '31' | 0.6408 | 7.9 TOTAL | 44 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:43 (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:43 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
78 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0692 | 8 TOTAL | 44 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:44 (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:44 (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()`) |
||||
79 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0884 | 8.1 TOTAL | 44 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:44 (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:44 (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()`) |
||||
80 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '32' | 0.4698 | 8.5 TOTAL | 45 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:43 (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:43 (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()`) |
||||
81 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0687 | 8.6 TOTAL | 45 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
||||
82 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' AND store_id = '0' AND language_id = '1' | 0.3346 | 8.9 TOTAL | 45 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
||||
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 = '25' | 0.5956 | 9.5 TOTAL | 46 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()`) |
||||
84 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0819 | 9.6 TOTAL | 46 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
85 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5865 | 10.2 TOTAL | 47 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()`) |
||||
86 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' | 0.3038 | 10.5 TOTAL | 47 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()`) |
||||
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 = '17' | 0.4619 | 11 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()`) |
||||
88 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' | 0.3492 | 11.3 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()`) |
||||
89 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5167 | 11.8 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()`) |
||||
90 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' | 0.3773 | 12.2 TOTAL | 49 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()`) |
||||
91 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5768 | 12.8 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()`) |
||||
92 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.3988 | 13.2 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()`) |
||||
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 = '34' | 0.5909 | 13.8 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()`) |
||||
94 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.3391 | 14.1 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()`) |
||||
95 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/category' | 0.6145 | 14.7 TOTAL | 52 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
|
56 |
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `setting/module/getModule()` | |||||||||
SQL: 1 request(s) (#96-96), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 1 request(s), #96-96, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
96 | SELECT * FROM oc_module WHERE module_id = '30' | 0.6411 | 0.6 TOTAL | 56 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
|
56 |
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/column_left.php:63 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/column_left.php:63 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `design/banner/getBanner()` 1 x `design/theme/getTheme()` 1 x `tool/image/resize()` | |||||||||
SQL: 2 request(s) (#97-98), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 2 request(s), #97-98, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
97 | 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 | 0.8618 | 0.9 TOTAL | 57 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()`) |
||||
98 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/banner' | 0.2916 | 1.2 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/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
|
60 |
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/column_left.php:63 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/column_left.php:63 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `design/theme/getTheme()` | |||||||||
SQL: 1 request(s) (#99-99), total duration: ~0 ms
↓
|
|||||||||
SQL | Query 1 request(s), #99-99, total duration: ~0 ms | Dur | Total | TTFB |
Trace
↓
|
||||
99 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_left' | 0.462 | 0.5 TOTAL | 61 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 |
|
62 |
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
8 |
|
62 |
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/category/getCategoryLayoutId()` 1 x `design/layout/getLayout()` 1 x `design/layout/getLayoutModules()` 1 x `design/theme/getTheme()` | |||||||||
SQL: 4 request(s) (#100-103), total duration: ~2 ms
↓
|
|||||||||
SQL | Query 4 request(s), #100-103, total duration: ~2 ms | Dur | Total | TTFB |
Trace
↓
|
||||
100 | SELECT * FROM oc_category_to_layout WHERE category_id = '31' AND store_id = '0' | 0.2211 | 0.2 TOTAL | 62 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()`) |
||||
101 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1101 | 0.3 TOTAL | 63 TTFB |
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/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()`) |
||||
102 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_right' ORDER BY sort_order | 0.728 | 1.1 TOTAL | 63 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()`) |
||||
103 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_right' | 0.5772 | 1.6 TOTAL | 64 TTFB |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/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 |
|
65 |
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:358 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
10 |
|
65 |
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/category/getCategoryLayoutId()` 1 x `design/layout/getLayout()` 1 x `design/layout/getLayoutModules()` 1 x `design/theme/getTheme()` | |||||||||
SQL: 4 request(s) (#104-107), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 4 request(s), #104-107, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
104 | SELECT * FROM oc_category_to_layout WHERE category_id = '31' AND store_id = '0' | 0.1685 | 0.2 TOTAL | 66 TTFB |
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_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()`) |
||||
105 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1168 | 0.3 TOTAL | 66 TTFB |
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_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()`) |
||||
106 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_top' ORDER BY sort_order | 0.3478 | 0.6 TOTAL | 66 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()`) |
||||
107 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_top' | 0.5144 | 1.1 TOTAL | 67 TTFB |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/content_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 |
|
69 |
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:359 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
12 |
|
69 |
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/category/getCategoryLayoutId()` 1 x `design/layout/getLayout()` 1 x `design/layout/getLayoutModules()` 1 x `design/theme/getTheme()` | |||||||||
SQL: 4 request(s) (#108-111), total duration: ~2 ms
↓
|
|||||||||
SQL | Query 4 request(s), #108-111, total duration: ~2 ms | Dur | Total | TTFB |
Trace
↓
|
||||
108 | SELECT * FROM oc_category_to_layout WHERE category_id = '31' AND store_id = '0' | 0.1713 | 0.2 TOTAL | 69 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()`) |
||||
109 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1417 | 0.3 TOTAL | 69 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()`) |
||||
110 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_bottom' ORDER BY sort_order | 0.7294 | 1 TOTAL | 70 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()`) |
||||
111 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_bottom' | 0.5105 | 1.6 TOTAL | 71 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 |
|
73 |
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:360 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
14 |
|
73 |
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/information/getInformations()` 1 x `design/theme/getTheme()` 1 x `design/translation/getTranslations()` | |||||||||
SQL: 7 request(s) (#112-118), total duration: ~5 ms
↓
|
|||||||||
SQL | Query 7 request(s), #112-118, total duration: ~5 ms | Dur | Total | TTFB |
Trace
↓
|
||||
112 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'en-gb') | 0.5753 | 0.6 TOTAL | 73 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()`) |
||||
113 | 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 | 2.1283 | 2.7 TOTAL | 76 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()`) |
||||
114 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=4' AND store_id = '0' AND language_id = '1' | 0.5798 | 3.3 TOTAL | 77 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()`) |
||||
115 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=6' AND store_id = '0' AND language_id = '1' | 0.5761 | 3.9 TOTAL | 77 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()`) |
||||
116 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=3' AND store_id = '0' AND language_id = '1' | 0.6946 | 4.6 TOTAL | 78 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()`) |
||||
117 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=5' AND store_id = '0' AND language_id = '1' | 0.4025 | 5 TOTAL | 78 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()`) |
||||
118 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer' | 0.3217 | 5.3 TOTAL | 79 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 |
|
82 |
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
16 |
|
82 |
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `design/translation/getTranslations()` 1 x `setting/extension/getExtensions()` | |||||||||
SQL: 2 request(s) (#119-120), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 2 request(s), #119-120, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
119 | SELECT * FROM oc_extension WHERE `type` = 'analytics' | 0.6369 | 0.6 TOTAL | 82 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()`) |
||||
120 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'en-gb') | 0.3248 | 1 TOTAL | 83 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
|
83 |
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `design/theme/getTheme()` 1 x `design/translation/getTranslations()` 1 x `localisation/language/getLanguages()` | |||||||||
SQL: 4 request(s) (#121-124), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 4 request(s), #121-124, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
121 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'en-gb') | 0.3677 | 0.4 TOTAL | 84 TTFB |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/common/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()`) |
||||
122 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1565 | 0.5 TOTAL | 84 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()`) |
||||
123 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.1138 | 0.6 TOTAL | 84 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()`) |
||||
124 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/language' | 0.4684 | 1.1 TOTAL | 85 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
|
88 |
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:74 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
19 |
{common/header}
Controller `common/currency` >> start
|
88 |
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `design/theme/getTheme()` 1 x `design/translation/getTranslations()` 1 x `localisation/currency/getCurrencies()` | |||||||||
SQL: 4 request(s) (#125-128), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 4 request(s), #125-128, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
125 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'en-gb') | 0.5568 | 0.6 TOTAL | 88 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()`) |
||||
126 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1503 | 0.7 TOTAL | 89 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()`) |
||||
127 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.1222 | 0.8 TOTAL | 89 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()`) |
||||
128 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency' | 0.5217 | 1.4 TOTAL | 90 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
|
92 |
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
21 |
{common/header}
Controller `common/search` >> start
|
92 |
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `design/theme/getTheme()` 1 x `design/translation/getTranslations()` | |||||||||
SQL: 2 request(s) (#129-130), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 2 request(s), #129-130, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
129 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'en-gb') | 0.5922 | 0.6 TOTAL | 93 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()`) |
||||
130 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/search' | 0.4789 | 1.1 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/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
|
95 |
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
23 |
{common/header}
Controller `common/cart` >> start
|
95 |
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
4 x `design/translation/getTranslations()` 1 x `design/theme/getTheme()` 1 x `extension/total/coupon/getTotal()` 1 x `extension/total/credit/getTotal()` 1 x `extension/total/reward/getTotal()` 1 x `extension/total/shipping/getTotal()` 1 x `extension/total/sub_total/getTotal()` 1 x `extension/total/tax/getTotal()` 1 x `extension/total/total/getTotal()` 1 x `extension/total/voucher/getTotal()` 1 x `setting/extension/getExtensions()` | |||||||||
SQL: 12 request(s) (#131-142), total duration: ~5 ms
↓
|
|||||||||
SQL | Query 12 request(s), #131-142, total duration: ~5 ms | Dur | Total | TTFB |
Trace
↓
|
||||
131 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'en-gb') | 0.3268 | 0.3 TOTAL | 95 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()`) |
||||
132 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '405ae5d810753f1a4c34179a09' | 0.3784 | 0.7 TOTAL | 96 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()`) |
||||
133 | SELECT * FROM oc_extension WHERE `type` = 'total' | 0.8153 | 1.5 TOTAL | 97 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()`) |
||||
134 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'en-gb') | 0.6728 | 2.2 TOTAL | 98 TTFB |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/model/extension/total/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()`) |
||||
135 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '405ae5d810753f1a4c34179a09' | 0.1811 | 2.4 TOTAL | 98 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()`) |
||||
136 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '405ae5d810753f1a4c34179a09' | 0.1634 | 2.5 TOTAL | 99 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()`) |
||||
137 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'en-gb') | 0.6431 | 3.2 TOTAL | 100 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()`) |
||||
138 | SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' | 0.6601 | 3.8 TOTAL | 101 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()`) |
||||
139 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'en-gb') | 0.289 | 4.1 TOTAL | 102 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()`) |
||||
140 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '405ae5d810753f1a4c34179a09' | 0.1417 | 4.3 TOTAL | 103 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()`) |
||||
141 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '405ae5d810753f1a4c34179a09' | 0.0643 | 4.3 TOTAL | 103 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()`) |
||||
142 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/cart' | 0.3064 | 4.6 TOTAL | 103 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
|
110 |
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
25 |
{common/header}
Controller `common/menu` >> start
|
110 |
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
2 x `catalog/category/getCategories()` 1 x `design/translation/getTranslations()` | |||||||||
SQL: 3 request(s) (#143-145), total duration: ~2 ms
↓
|
|||||||||
SQL | Query 3 request(s), #143-145, total duration: ~2 ms | Dur | Total | TTFB |
Trace
↓
|
||||
143 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'en-gb') | 0.2938 | 0.3 TOTAL | 110 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()`) |
||||
144 | 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.1307 | 0.4 TOTAL | 110 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()`) |
||||
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 = '20' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 1.2447 | 1.7 TOTAL | 112 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} |
112 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#146-148), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #146-148, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
146 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5893 | 0.6 TOTAL | 113 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()`) |
||||
147 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.0703 | 0.7 TOTAL | 113 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
148 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' | 0.3365 | 1 TOTAL | 113 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
27 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
113 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
28 |
{common/header}
...how long does `getTotalProducts()` take? category id 27
{common/menu} |
113 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#149-151), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #149-151, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
149 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5221 | 0.5 TOTAL | 114 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
150 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.0745 | 0.6 TOTAL | 114 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
151 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=27' AND store_id = '0' AND language_id = '1' | 0.4799 | 1.1 TOTAL | 114 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
29 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
114 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/category/getCategories()` | |||||||||
SQL: 2 request(s) (#152-153), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 2 request(s), #152-153, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
152 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.0594 | 0.1 TOTAL | 114 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
153 | SELECT * FROM oc_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) | 0.7917 | 0.9 TOTAL | 115 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} |
115 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#154-156), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #154-156, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
154 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '46' | 0.5957 | 0.6 TOTAL | 116 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
155 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.0939 | 0.7 TOTAL | 116 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()`) |
||||
156 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.4507 | 1.1 TOTAL | 117 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
31 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
117 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
32 |
{common/header}
...how long does `getTotalProducts()` take? category id 45
{common/menu} |
117 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#157-159), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #157-159, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
157 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '45' | 0.4588 | 0.5 TOTAL | 117 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
158 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.0755 | 0.5 TOTAL | 117 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
159 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=45' AND store_id = '0' AND language_id = '1' | 0.348 | 0.9 TOTAL | 118 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
33 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
118 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/category/getCategories()` | |||||||||
SQL: 2 request(s) (#160-161), total duration: ~0 ms
↓
|
|||||||||
SQL | Query 2 request(s), #160-161, total duration: ~0 ms | Dur | Total | TTFB |
Trace
↓
|
||||
160 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.0826 | 0.1 TOTAL | 118 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php: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()`) |
||||
161 | 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.1162 | 0.2 TOTAL | 118 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} |
118 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#162-164), total duration: ~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 = '29' | 0.527 | 0.5 TOTAL | 119 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=25' AND store_id = '0' AND language_id = '1' | 0.0684 | 0.6 TOTAL | 119 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
164 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1' | 0.0591 | 0.7 TOTAL | 119 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
35 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
119 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
36 |
{common/header}
...how long does `getTotalProducts()` take? category id 28
{common/menu} |
119 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#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 = '28' | 0.5587 | 0.6 TOTAL | 120 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
166 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1048 | 0.7 TOTAL | 120 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
167 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' | 0.1344 | 0.8 TOTAL | 120 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
37 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
120 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
38 |
{common/header}
...how long does `getTotalProducts()` take? category id 30
{common/menu} |
120 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#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 = '30' | 0.5048 | 0.5 TOTAL | 121 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
169 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0592 | 0.6 TOTAL | 121 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
170 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' | 0.054 | 0.6 TOTAL | 121 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
39 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
121 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
40 |
{common/header}
...how long does `getTotalProducts()` take? category id 31
{common/menu} |
121 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#171-173), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #171-173, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
171 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '31' | 0.4351 | 0.4 TOTAL | 122 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
172 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0939 | 0.5 TOTAL | 122 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
173 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0539 | 0.6 TOTAL | 122 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
41 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
122 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
42 |
{common/header}
...how long does `getTotalProducts()` take? category id 32
{common/menu} |
122 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#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 = '32' | 0.509 | 0.5 TOTAL | 123 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=25' AND store_id = '0' AND language_id = '1' | 0.1079 | 0.6 TOTAL | 123 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
176 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' AND store_id = '0' AND language_id = '1' | 0.0794 | 0.7 TOTAL | 123 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
43 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
123 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
5 x `catalog/category/getCategories()` | |||||||||
SQL: 10 request(s) (#177-186), total duration: ~6 ms
↓
|
|||||||||
SQL | Query 10 request(s), #177-186, total duration: ~6 ms | Dur | Total | TTFB |
Trace
↓
|
||||
177 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0894 | 0.1 TOTAL | 123 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
178 | 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.6853 | 0.8 TOTAL | 124 TTFB |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
179 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' | 0.0797 | 0.9 TOTAL | 124 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()`) |
||||
180 | 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.7632 | 1.6 TOTAL | 125 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()`) |
||||
181 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' | 0.0694 | 1.7 TOTAL | 125 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
182 | 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.783 | 2.5 TOTAL | 126 TTFB |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
183 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' | 0.1582 | 2.6 TOTAL | 126 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
184 | 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) | 1.1012 | 3.7 TOTAL | 128 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()`) |
||||
185 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.1312 | 3.9 TOTAL | 128 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
186 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '34' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 1.755 | 5.6 TOTAL | 130 TTFB |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
44 |
{common/header}
...how long does `getTotalProducts()` take? category id 43
{common/menu} |
130 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#187-189), total duration: ~2 ms
↓
|
|||||||||
SQL | Query 3 request(s), #187-189, total duration: ~2 ms | Dur | Total | TTFB |
Trace
↓
|
||||
187 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '43' | 1.0228 | 1 TOTAL | 131 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
188 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1424 | 1.2 TOTAL | 131 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
189 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=43' AND store_id = '0' AND language_id = '1' | 0.6045 | 1.8 TOTAL | 132 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
45 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
132 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
46 |
{common/header}
...how long does `getTotalProducts()` take? category id 44
{common/menu} |
132 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#190-192), total duration: ~2 ms
↓
|
|||||||||
SQL | Query 3 request(s), #190-192, total duration: ~2 ms | Dur | Total | TTFB |
Trace
↓
|
||||
190 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '44' | 1.2693 | 1.3 TOTAL | 133 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
191 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0989 | 1.4 TOTAL | 133 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
192 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=44' AND store_id = '0' AND language_id = '1' | 0.384 | 1.8 TOTAL | 134 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
47 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
134 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
48 |
{common/header}
...how long does `getTotalProducts()` take? category id 47
{common/menu} |
134 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#193-195), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #193-195, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
193 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '47' | 0.6048 | 0.6 TOTAL | 135 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
194 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0704 | 0.7 TOTAL | 135 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
195 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=47' AND store_id = '0' AND language_id = '1' | 0.4739 | 1.1 TOTAL | 135 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
49 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
135 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
50 |
{common/header}
...how long does `getTotalProducts()` take? category id 48
{common/menu} |
135 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#196-198), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #196-198, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
196 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '48' | 0.6061 | 0.6 TOTAL | 136 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
197 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.08 | 0.7 TOTAL | 136 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
198 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=48' AND store_id = '0' AND language_id = '1' | 0.3403 | 1 TOTAL | 137 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} |
137 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
52 |
{common/header}
...how long does `getTotalProducts()` take? category id 49
{common/menu} |
137 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#199-201), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #199-201, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
199 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '49' | 0.7257 | 0.7 TOTAL | 138 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
200 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0616 | 0.8 TOTAL | 138 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
201 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=49' AND store_id = '0' AND language_id = '1' | 0.3027 | 1.1 TOTAL | 138 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
53 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
138 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
54 |
{common/header}
...how long does `getTotalProducts()` take? category id 50
{common/menu} |
138 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#202-204), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #202-204, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
202 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '50' | 0.4817 | 0.5 TOTAL | 139 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
203 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0843 | 0.6 TOTAL | 139 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
204 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=50' AND store_id = '0' AND language_id = '1' | 0.4706 | 1 TOTAL | 139 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} |
139 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
56 |
{common/header}
...how long does `getTotalProducts()` take? category id 51
{common/menu} |
139 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#205-207), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #205-207, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
205 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '51' | 0.5314 | 0.5 TOTAL | 140 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
206 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0664 | 0.6 TOTAL | 140 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
207 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=51' AND store_id = '0' AND language_id = '1' | 0.3652 | 1 TOTAL | 141 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
57 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
141 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
58 |
{common/header}
...how long does `getTotalProducts()` take? category id 52
{common/menu} |
141 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#208-210), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #208-210, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
208 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '52' | 0.672 | 0.7 TOTAL | 142 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
209 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0818 | 0.8 TOTAL | 142 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
210 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=52' AND store_id = '0' AND language_id = '1' | 0.3826 | 1.1 TOTAL | 142 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
59 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
142 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
60 |
{common/header}
...how long does `getTotalProducts()` take? category id 53
{common/menu} |
142 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#211-213), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #211-213, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
211 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5331 | 0.5 TOTAL | 143 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
212 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0669 | 0.6 TOTAL | 143 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
213 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=53' AND store_id = '0' AND language_id = '1' | 0.325 | 0.9 TOTAL | 144 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
61 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
144 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
62 |
{common/header}
...how long does `getTotalProducts()` take? category id 54
{common/menu} |
144 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#214-216), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #214-216, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
214 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.6404 | 0.6 TOTAL | 144 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
215 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0615 | 0.7 TOTAL | 144 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
216 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=54' AND store_id = '0' AND language_id = '1' | 0.286 | 1 TOTAL | 145 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
63 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
145 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
64 |
{common/header}
...how long does `getTotalProducts()` take? category id 55
{common/menu} |
145 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#217-219), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #217-219, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
217 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.6179 | 0.6 TOTAL | 145 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
218 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0579 | 0.7 TOTAL | 146 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
219 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=55' AND store_id = '0' AND language_id = '1' | 0.3044 | 1 TOTAL | 146 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
65 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
146 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
66 |
{common/header}
...how long does `getTotalProducts()` take? category id 56
{common/menu} |
146 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#220-222), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #220-222, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
220 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.4428 | 0.4 TOTAL | 147 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
221 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0571 | 0.5 TOTAL | 147 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
222 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=56' AND store_id = '0' AND language_id = '1' | 0.31 | 0.8 TOTAL | 147 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
67 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
147 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
68 |
{common/header}
...how long does `getTotalProducts()` take? category id 38
{common/menu} |
147 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#223-225), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #223-225, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
223 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '38' | 0.578 | 0.6 TOTAL | 148 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
224 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0648 | 0.6 TOTAL | 148 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
225 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=38' AND store_id = '0' AND language_id = '1' | 0.3442 | 1 TOTAL | 148 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
69 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
148 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
70 |
{common/header}
...how long does `getTotalProducts()` take? category id 37
{common/menu} |
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()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#226-228), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #226-228, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
226 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5125 | 0.5 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()`) |
||||
227 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.057 | 0.6 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()`) |
||||
228 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=37' AND store_id = '0' AND language_id = '1' | 0.3323 | 0.9 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()`) |
||||
71 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
149 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
72 |
{common/header}
...how long does `getTotalProducts()` take? category id 39
{common/menu} |
149 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#229-231), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #229-231, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
229 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '39' | 0.5063 | 0.5 TOTAL | 150 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
230 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1029 | 0.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()`) |
||||
231 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=39' AND store_id = '0' AND language_id = '1' | 0.37 | 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()`) |
||||
73 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
151 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
74 |
{common/header}
...how long does `getTotalProducts()` take? category id 40
{common/menu} |
151 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#232-234), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #232-234, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
232 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.7192 | 0.7 TOTAL | 152 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()`) |
||||
233 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.2013 | 0.9 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()`) |
||||
234 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=40' AND store_id = '0' AND language_id = '1' | 0.3609 | 1.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:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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} |
153 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
76 |
{common/header}
...how long does `getTotalProducts()` take? category id 41
{common/menu} |
153 |
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#235-237), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #235-237, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
235 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.6922 | 0.7 TOTAL | 153 TTFB |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
236 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0928 | 0.8 TOTAL | 154 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
237 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=41' AND store_id = '0' AND language_id = '1' | 0.3843 | 1.2 TOTAL | 154 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
77 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
154 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
78 |
{common/header}
...how long does `getTotalProducts()` take? category id 42
{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()`) |
2,048 | |||||
Models called:
1 x `catalog/product/getTotalProducts()` | |||||||||
SQL: 3 request(s) (#238-240), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 3 request(s), #238-240, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
238 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5234 | 0.5 TOTAL | 155 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()`) |
||||
239 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.07 | 0.6 TOTAL | 155 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
240 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=42' AND store_id = '0' AND language_id = '1' | 0.3345 | 0.9 TOTAL | 155 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
||||
79 |
{common/header}
...after `getTotalProducts()`
{common/menu} |
155 |
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `design/theme/getTheme()` | |||||||||
SQL: 2 request(s) (#241-242), total duration: ~0 ms
↓
|
|||||||||
SQL | Query 2 request(s), #241-242, total duration: ~0 ms | Dur | Total | TTFB |
Trace
↓
|
||||
241 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0714 | 0.1 TOTAL | 155 TTFB |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php: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()`) |
||||
242 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/menu' | 0.2468 | 0.3 TOTAL | 155 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
|
157 |
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `design/theme/getTheme()` 1 x `setting/setting/getSetting()` | |||||||||
SQL: 2 request(s) (#243-244), total duration: ~1 ms
↓
|
|||||||||
SQL | Query 2 request(s), #243-244, total duration: ~1 ms | Dur | Total | TTFB |
Trace
↓
|
||||
243 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/header' | 0.3897 | 0.4 TOTAL | 158 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()`) |
||||
244 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.4489 | 0.8 TOTAL | 163 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 |
|
164 |
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
2,048 | |||||
Models called:
1 x `design/theme/getTheme()` 1 x `setting/setting/getSetting()` | |||||||||
SQL: 2 request(s) (#245-246), total duration: ~0 ms
↓
|
|||||||||
SQL | Query 2 request(s), #245-246, total duration: ~0 ms | Dur | Total | TTFB |
Trace
↓
|
||||
245 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'product/category' | 0.3061 | 0.3 TOTAL | 164 TTFB |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/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()`) |
||||
246 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.1295 | 0.4 TOTAL | 170 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` = '405ae5d810753f1a4c34179a09' AND `expire` > '2024-11-21 06:27:04' | 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.8244 | 0.8 | 2 |
/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.1466 | 2 | 4 |
/catalog/controller/startup/startup.php:25 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:25 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
6 | SET time_zone = '+02:00' | 0.1786 | 2.1 | 4 |
/catalog/controller/startup/startup.php:40 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:40 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
7 | SELECT * FROM oc_language WHERE status = '1' ORDER BY sort_order, name | 0.8989 | 3 | 5 |
/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.8087 | 3.9 | 6 |
/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.3278 | 4.2 | 7 |
/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 | 1.5823 | 5.8 | 9 |
/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.6121 | 6.4 | 9 |
/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.5908 | 8 | 11 |
/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' | 1.3889 | 9.4 | 13 |
/system/library/cart/length.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:194 (in `Cart\Length->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/length.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:194 (in `Cart\Length->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
14 | DELETE FROM oc_cart WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR) | 0.404 | 9.8 | 13 |
/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 | 1.2214 | 11 | 15 |
/catalog/model/setting/event.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingEvent->getEvents()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/startup/event.php:7 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupEvent->index()`)
/catalog/model/setting/event.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingEvent->getEvents()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/startup/event.php:7 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupEvent->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
16 | SELECT * FROM oc_seo_url WHERE keyword = 'component' AND store_id = '0' | 0.7944 | 11.8 | 17 |
/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_seo_url WHERE keyword = 'scanner' AND store_id = '0' | 0.4056 | 12.2 | 17 |
/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()`) |
18 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/category' OR route = 'en-gb') | 0.3231 | 12.5 | 18 |
/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()`) |
19 | 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 = '25' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' | 0.928 | 13.4 | 19 |
/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:77 (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:77 (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()`) |
20 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.4067 | 13.8 | 20 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:82 (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:82 (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()`) |
21 | 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 = '31' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' | 0.3802 | 14.2 | 21 |
/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()`) |
22 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.076 | 14.3 | 21 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:104 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:104 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
23 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.347 | 14.6 | 21 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:104 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:104 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
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 = '31' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 1.3676 | 16 | 23 |
/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()`) |
25 | 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 = '31' | 1.7719 | 17.8 | 25 |
/catalog/model/catalog/product.php:513 (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()`) |
26 | 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 = '31' GROUP BY p.product_id ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,15 | 1.5834 | 19.4 | 26 |
/catalog/model/catalog/product.php:200 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/product/category.php:163 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/model/catalog/product.php:200 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/product/category.php:163 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
27 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0882 | 19.5 | 27 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
28 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0642 | 19.5 | 27 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
29 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0682 | 19.6 | 27 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
30 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0662 | 19.7 | 27 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:233 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:233 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
31 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0864 | 19.7 | 27 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:239 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:239 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
32 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0706 | 19.8 | 27 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
33 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0773 | 19.9 | 27 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:245 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:245 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
34 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0889 | 20 | 27 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:245 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:245 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
35 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1089 | 20.1 | 28 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
36 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.1712 | 20.3 | 28 |
/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()`) |
37 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1157 | 20.4 | 28 |
/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()`) |
38 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.1039 | 20.5 | 28 |
/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()`) |
39 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1371 | 20.6 | 29 |
/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()`) |
40 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0832 | 20.7 | 29 |
/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()`) |
41 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1511 | 20.8 | 29 |
/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()`) |
42 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0875 | 20.9 | 29 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
43 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0714 | 21 | 29 |
/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()`) |
44 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0625 | 21.1 | 29 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
45 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0721 | 21.1 | 29 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
46 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0608 | 21.2 | 29 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
47 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0691 | 21.3 | 30 |
/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()`) |
48 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0614 | 21.3 | 30 |
/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()`) |
49 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0668 | 21.4 | 30 |
/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()`) |
50 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0665 | 21.5 | 30 |
/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()`) |
51 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.072 | 21.5 | 30 |
/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()`) |
52 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.061 | 21.6 | 30 |
/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()`) |
53 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.063 | 21.7 | 30 |
/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()`) |
54 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.061 | 21.7 | 30 |
/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()`) |
55 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.098 | 21.8 | 30 |
/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()`) |
56 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0639 | 21.9 | 31 |
/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()`) |
57 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.1132 | 22 | 31 |
/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()`) |
58 | SELECT * FROM oc_category_to_layout WHERE category_id = '31' AND store_id = '0' | 0.6763 | 22.7 | 32 |
/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()`) |
59 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.7234 | 23.4 | 33 |
/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()`) |
60 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_left' ORDER BY sort_order | 0.6828 | 24.1 | 34 |
/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()`) |
61 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/category' OR route = 'en-gb') | 0.3197 | 24.4 | 34 |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/extension/module/category.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
62 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.9637 | 25.4 | 35 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
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 = '20' | 0.9403 | 26.3 | 36 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
64 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.33 | 26.6 | 37 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
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 = '18' | 0.5799 | 27.2 | 38 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
66 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.363 | 27.6 | 38 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
67 | 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.7439 | 28.3 | 39 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:36 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:36 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
68 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5596 | 28.9 | 40 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:43 (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:43 (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()`) |
69 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0868 | 29 | 40 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
70 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1' | 0.3314 | 29.3 | 40 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
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 = '28' | 0.515 | 29.8 | 41 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:43 (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:43 (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 * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0707 | 29.9 | 41 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
73 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' | 0.3447 | 30.2 | 41 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.6279 | 30.9 | 42 |
/catalog/model/catalog/product.php:513 (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:43 (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:43 (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()`) |
75 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0989 | 31 | 42 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
76 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' | 0.4014 | 31.4 | 43 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
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 = '31' | 0.6408 | 32 | 44 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:43 (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:43 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
78 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0692 | 32.1 | 44 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
79 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0884 | 32.2 | 44 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
80 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '32' | 0.4698 | 32.6 | 45 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:43 (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:43 (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()`) |
81 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0687 | 32.7 | 45 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
82 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' AND store_id = '0' AND language_id = '1' | 0.3346 | 33 | 45 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
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 = '25' | 0.5956 | 33.6 | 46 |
/catalog/model/catalog/product.php:513 (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()`) |
84 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0819 | 33.7 | 46 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
85 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5865 | 34.3 | 47 |
/catalog/model/catalog/product.php:513 (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()`) |
86 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' | 0.3038 | 34.6 | 47 |
/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()`) |
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 = '17' | 0.4619 | 35.1 | 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()`) |
88 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' | 0.3492 | 35.4 | 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()`) |
89 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5167 | 35.9 | 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()`) |
90 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' | 0.3773 | 36.3 | 49 |
/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()`) |
91 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5768 | 36.9 | 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()`) |
92 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.3988 | 37.3 | 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()`) |
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 = '34' | 0.5909 | 37.9 | 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()`) |
94 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.3391 | 38.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()`) |
95 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/category' | 0.6145 | 38.8 | 52 |
/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()`) |
96 | SELECT * FROM oc_module WHERE module_id = '30' | 0.6411 | 39.5 | 56 |
/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()`) |
97 | 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 | 0.8618 | 40.3 | 57 |
/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()`) |
98 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/banner' | 0.2916 | 40.6 | 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/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()`) |
99 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_left' | 0.462 | 41.1 | 61 |
/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()`) |
100 | SELECT * FROM oc_category_to_layout WHERE category_id = '31' AND store_id = '0' | 0.2211 | 41.3 | 62 |
/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()`) |
101 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1101 | 41.4 | 63 |
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/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()`) |
102 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_right' ORDER BY sort_order | 0.728 | 42.1 | 63 |
/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()`) |
103 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_right' | 0.5772 | 42.7 | 64 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/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()`) |
104 | SELECT * FROM oc_category_to_layout WHERE category_id = '31' AND store_id = '0' | 0.1685 | 42.9 | 66 |
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_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()`) |
105 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1168 | 43 | 66 |
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_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()`) |
106 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_top' ORDER BY sort_order | 0.3478 | 43.3 | 66 |
/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()`) |
107 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_top' | 0.5144 | 43.9 | 67 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/content_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()`) |
108 | SELECT * FROM oc_category_to_layout WHERE category_id = '31' AND store_id = '0' | 0.1713 | 44 | 69 |
/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()`) |
109 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1417 | 44.2 | 69 |
/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()`) |
110 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_bottom' ORDER BY sort_order | 0.7294 | 44.9 | 70 |
/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()`) |
111 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_bottom' | 0.5105 | 45.4 | 71 |
/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()`) |
112 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'en-gb') | 0.5753 | 46 | 73 |
/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()`) |
113 | 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 | 2.1283 | 48.1 | 76 |
/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()`) |
114 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=4' AND store_id = '0' AND language_id = '1' | 0.5798 | 48.7 | 77 |
/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()`) |
115 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=6' AND store_id = '0' AND language_id = '1' | 0.5761 | 49.3 | 77 |
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/footer.php:14 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonFooter->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:361 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
116 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=3' AND store_id = '0' AND language_id = '1' | 0.6946 | 50 | 78 |
/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()`) |
117 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=5' AND store_id = '0' AND language_id = '1' | 0.4025 | 50.4 | 78 |
/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()`) |
118 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer' | 0.3217 | 50.7 | 79 |
/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()`) |
119 | SELECT * FROM oc_extension WHERE `type` = 'analytics' | 0.6369 | 51.3 | 82 |
/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()`) |
120 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'en-gb') | 0.3248 | 51.7 | 83 |
/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()`) |
121 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'en-gb') | 0.3677 | 52 | 84 |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/common/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()`) |
122 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1565 | 52.2 | 84 |
/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()`) |
123 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.1138 | 52.3 | 84 |
/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()`) |
124 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/language' | 0.4684 | 52.8 | 85 |
/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()`) |
125 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'en-gb') | 0.5568 | 53.3 | 88 |
/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()`) |
126 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1503 | 53.5 | 89 |
/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()`) |
127 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.1222 | 53.6 | 89 |
/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()`) |
128 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency' | 0.5217 | 54.1 | 90 |
/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()`) |
129 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'en-gb') | 0.5922 | 54.7 | 93 |
/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()`) |
130 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/search' | 0.4789 | 55.2 | 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/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()`) |
131 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'en-gb') | 0.3268 | 55.5 | 95 |
/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()`) |
132 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '405ae5d810753f1a4c34179a09' | 0.3784 | 55.9 | 96 |
/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()`) |
133 | SELECT * FROM oc_extension WHERE `type` = 'total' | 0.8153 | 56.7 | 97 |
/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()`) |
134 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'en-gb') | 0.6728 | 57.4 | 98 |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/model/extension/total/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()`) |
135 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '405ae5d810753f1a4c34179a09' | 0.1811 | 57.6 | 98 |
/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()`) |
136 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '405ae5d810753f1a4c34179a09' | 0.1634 | 57.7 | 99 |
/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()`) |
137 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'en-gb') | 0.6431 | 58.4 | 100 |
/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()`) |
138 | SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' | 0.6601 | 59 | 101 |
/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()`) |
139 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'en-gb') | 0.289 | 59.3 | 102 |
/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()`) |
140 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '405ae5d810753f1a4c34179a09' | 0.1417 | 59.5 | 103 |
/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()`) |
141 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '405ae5d810753f1a4c34179a09' | 0.0643 | 59.5 | 103 |
/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()`) |
142 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/cart' | 0.3064 | 59.8 | 103 |
/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()`) |
143 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'en-gb') | 0.2938 | 60.1 | 110 |
/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()`) |
144 | 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.1307 | 60.3 | 110 |
/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()`) |
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 = '20' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 1.2447 | 61.5 | 112 |
/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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5893 | 62.1 | 113 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
147 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.0703 | 62.2 | 113 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
148 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' | 0.3365 | 62.5 | 113 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
149 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5221 | 63 | 114 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
150 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.0745 | 63.1 | 114 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
151 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=27' AND store_id = '0' AND language_id = '1' | 0.4799 | 63.6 | 114 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
152 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.0594 | 63.6 | 114 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
153 | SELECT * FROM oc_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) | 0.7917 | 64.4 | 115 |
/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()`) |
154 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '46' | 0.5957 | 65 | 116 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
155 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.0939 | 65.1 | 116 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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=46' AND store_id = '0' AND language_id = '1' | 0.4507 | 65.6 | 117 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
157 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '45' | 0.4588 | 66 | 117 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
158 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.0755 | 66.1 | 117 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
159 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=45' AND store_id = '0' AND language_id = '1' | 0.348 | 66.4 | 118 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
160 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.0826 | 66.5 | 118 |
/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()`) |
161 | 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.1162 | 66.6 | 118 |
/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()`) |
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 = '29' | 0.527 | 67.2 | 119 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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=25' AND store_id = '0' AND language_id = '1' | 0.0684 | 67.2 | 119 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
164 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1' | 0.0591 | 67.3 | 119 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
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 = '28' | 0.5587 | 67.9 | 120 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
166 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1048 | 68 | 120 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
167 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' | 0.1344 | 68.1 | 120 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
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 = '30' | 0.5048 | 68.6 | 121 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
169 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0592 | 68.7 | 121 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
170 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' | 0.054 | 68.7 | 121 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
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 = '31' | 0.4351 | 69.1 | 122 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
172 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0939 | 69.2 | 122 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
173 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0539 | 69.3 | 122 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
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 = '32' | 0.509 | 69.8 | 123 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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=25' AND store_id = '0' AND language_id = '1' | 0.1079 | 69.9 | 123 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
176 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' AND store_id = '0' AND language_id = '1' | 0.0794 | 70 | 123 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
177 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0894 | 70.1 | 123 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
178 | 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.6853 | 70.8 | 124 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
179 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' | 0.0797 | 70.8 | 124 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
180 | SELECT * FROM oc_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.7632 | 71.6 | 125 |
/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()`) |
181 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' | 0.0694 | 71.7 | 125 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
182 | 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.783 | 72.5 | 126 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
183 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' | 0.1582 | 72.6 | 126 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
184 | 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) | 1.1012 | 73.7 | 128 |
/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()`) |
185 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.1312 | 73.9 | 128 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
186 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '34' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 1.755 | 75.6 | 130 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
187 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '43' | 1.0228 | 76.6 | 131 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
188 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1424 | 76.8 | 131 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
189 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=43' AND store_id = '0' AND language_id = '1' | 0.6045 | 77.4 | 132 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
190 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '44' | 1.2693 | 78.6 | 133 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
191 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0989 | 78.7 | 133 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
192 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=44' AND store_id = '0' AND language_id = '1' | 0.384 | 79.1 | 134 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
193 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '47' | 0.6048 | 79.7 | 135 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
194 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0704 | 79.8 | 135 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
195 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=47' AND store_id = '0' AND language_id = '1' | 0.4739 | 80.3 | 135 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
196 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '48' | 0.6061 | 80.9 | 136 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
197 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.08 | 81 | 136 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
198 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=48' AND store_id = '0' AND language_id = '1' | 0.3403 | 81.3 | 137 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
199 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '49' | 0.7257 | 82 | 138 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
200 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0616 | 82.1 | 138 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
201 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=49' AND store_id = '0' AND language_id = '1' | 0.3027 | 82.4 | 138 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
202 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '50' | 0.4817 | 82.9 | 139 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
203 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0843 | 83 | 139 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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=50' AND store_id = '0' AND language_id = '1' | 0.4706 | 83.4 | 139 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
205 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '51' | 0.5314 | 84 | 140 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
206 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0664 | 84 | 140 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
207 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=51' AND store_id = '0' AND language_id = '1' | 0.3652 | 84.4 | 141 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
208 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '52' | 0.672 | 85.1 | 142 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
209 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0818 | 85.1 | 142 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
210 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=52' AND store_id = '0' AND language_id = '1' | 0.3826 | 85.5 | 142 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
211 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5331 | 86.1 | 143 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
212 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0669 | 86.1 | 143 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
213 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=53' AND store_id = '0' AND language_id = '1' | 0.325 | 86.5 | 144 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
214 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.6404 | 87.1 | 144 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
215 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0615 | 87.2 | 144 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
216 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=54' AND store_id = '0' AND language_id = '1' | 0.286 | 87.4 | 145 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
217 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.6179 | 88.1 | 145 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
218 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0579 | 88.1 | 146 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
219 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=55' AND store_id = '0' AND language_id = '1' | 0.3044 | 88.4 | 146 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
220 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.4428 | 88.9 | 147 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
221 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0571 | 88.9 | 147 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
222 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=56' AND store_id = '0' AND language_id = '1' | 0.31 | 89.2 | 147 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
223 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '38' | 0.578 | 89.8 | 148 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
224 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0648 | 89.9 | 148 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
225 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=38' AND store_id = '0' AND language_id = '1' | 0.3442 | 90.2 | 148 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
226 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5125 | 90.7 | 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()`) |
227 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.057 | 90.8 | 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()`) |
228 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=37' AND store_id = '0' AND language_id = '1' | 0.3323 | 91.1 | 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()`) |
229 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '39' | 0.5063 | 91.6 | 150 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
230 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1029 | 91.7 | 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()`) |
231 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=39' AND store_id = '0' AND language_id = '1' | 0.37 | 92.1 | 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()`) |
232 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.7192 | 92.8 | 152 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
233 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.2013 | 93 | 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()`) |
234 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=40' AND store_id = '0' AND language_id = '1' | 0.3609 | 93.4 | 153 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
235 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.6922 | 94.1 | 153 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
236 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0928 | 94.2 | 154 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
237 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=41' AND store_id = '0' AND language_id = '1' | 0.3843 | 94.6 | 154 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
238 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5234 | 95.1 | 155 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
239 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.07 | 95.1 | 155 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
240 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=42' AND store_id = '0' AND language_id = '1' | 0.3345 | 95.5 | 155 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
241 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0714 | 95.6 | 155 |
/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()`) |
242 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/menu' | 0.2468 | 95.8 | 155 |
/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()`) |
243 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/header' | 0.3897 | 96.2 | 158 |
/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()`) |
244 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.4489 | 96.6 | 163 |
/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()`) |
245 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'product/category' | 0.3061 | 96.9 | 164 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/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()`) |
246 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.1295 | 97.1 | 170 |
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`) /catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`) /catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`) /system/storage/modification/system/engine/action.php:71 (in `ControllerExtensionAdvertiseGoogle->__construct()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:205 (in `Event->trigger()`) /catalog/controller/product/category.php:364 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
# | Query | Duration, ms | Total, ms | TTFB, ms | Trace |
1 | SELECT * FROM oc_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 | 2.1283 | 2.1 | 76 |
/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()`) |
2 | 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 = '31' | 1.7719 | 3.9 | 25 |
/catalog/model/catalog/product.php:513 (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()`) |
3 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '34' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 1.755 | 5.7 | 130 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
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.5908 | 7.2 | 11 |
/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 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 = '31' GROUP BY p.product_id ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,15 | 1.5834 | 8.8 | 26 |
/catalog/model/catalog/product.php:200 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/product/category.php:163 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`)
/catalog/model/catalog/product.php:200 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/product/category.php:163 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
6 | 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 | 1.5823 | 10.4 | 9 |
/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()`) |
7 | 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' | 1.3889 | 11.8 | 13 |
/system/library/cart/length.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:194 (in `Cart\Length->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/length.php:10 (in `DB->query()`)
/catalog/controller/startup/startup.php:194 (in `Cart\Length->__construct()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
8 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '31' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 1.3676 | 13.2 | 23 |
/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()`) |
9 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '44' | 1.2693 | 14.4 | 133 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
10 | 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) | 1.2447 | 15.7 | 112 |
/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()`) |
11 | SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC | 1.2214 | 16.9 | 15 |
/catalog/model/setting/event.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingEvent->getEvents()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/startup/event.php:7 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupEvent->index()`)
/catalog/model/setting/event.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingEvent->getEvents()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/startup/event.php:7 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupEvent->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
12 | SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC | 1.1466 | 18.1 | 4 |
/catalog/controller/startup/startup.php:25 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:25 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
13 | 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) | 1.1012 | 19.2 | 128 |
/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()`) |
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 = '43' | 1.0228 | 20.2 | 131 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
15 | 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.9637 | 21.1 | 35 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:30 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
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 = '20' | 0.9403 | 22.1 | 36 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
17 | 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 = '25' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' | 0.928 | 23 | 19 |
/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:77 (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:77 (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()`) |
18 | SELECT * FROM oc_language WHERE status = '1' ORDER BY sort_order, name | 0.8989 | 23.9 | 5 |
/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()`) |
19 | 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 | 0.8618 | 24.8 | 57 |
/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()`) |
20 | SELECT * FROM oc_store WHERE REPLACE(`ssl`, 'www.', '') = 'https://opencart-profiler.nekto.com.ua/' | 0.8244 | 25.6 | 2 |
/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()`) |
21 | SELECT * FROM oc_extension WHERE `type` = 'total' | 0.8153 | 26.4 | 97 |
/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()`) |
22 | SELECT * FROM `oc_currency` WHERE `status` = '1' ORDER BY `title` ASC | 0.8087 | 27.2 | 6 |
/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()`) |
23 | SELECT * FROM oc_seo_url WHERE keyword = 'component' AND store_id = '0' | 0.7944 | 28 | 17 |
/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()`) |
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 = '18' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.7917 | 28.8 | 115 |
/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 = '24' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.783 | 29.6 | 126 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
26 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '17' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.7632 | 30.3 | 125 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
27 | SELECT * 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.7439 | 31.1 | 39 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:36 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:36 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
28 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_bottom' ORDER BY sort_order | 0.7294 | 31.8 | 70 |
/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()`) |
29 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_right' ORDER BY sort_order | 0.728 | 32.5 | 63 |
/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()`) |
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 = '49' | 0.7257 | 33.3 | 138 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
31 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.7234 | 34 | 33 |
/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()`) |
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 = '40' | 0.7192 | 34.7 | 152 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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` = 'information_id=3' AND store_id = '0' AND language_id = '1' | 0.6946 | 35.4 | 78 |
/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()`) |
34 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '41' | 0.6922 | 36.1 | 153 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
35 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '57' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.6853 | 36.8 | 124 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:20 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
36 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'column_left' ORDER BY sort_order | 0.6828 | 37.5 | 34 |
/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()`) |
37 | SELECT * FROM oc_category_to_layout WHERE category_id = '31' AND store_id = '0' | 0.6763 | 38.1 | 32 |
/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()`) |
38 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'en-gb') | 0.6728 | 38.8 | 98 |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/model/extension/total/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()`) |
39 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '52' | 0.672 | 39.5 | 142 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
40 | SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' | 0.6601 | 40.2 | 101 |
/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()`) |
41 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'en-gb') | 0.6431 | 40.8 | 100 |
/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()`) |
42 | SELECT * FROM oc_module WHERE module_id = '30' | 0.6411 | 41.4 | 56 |
/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()`) |
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 = '31' | 0.6408 | 42.1 | 44 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:43 (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:43 (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 = '54' | 0.6404 | 42.7 | 144 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
45 | SELECT * FROM oc_extension WHERE `type` = 'analytics' | 0.6369 | 43.4 | 82 |
/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()`) |
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 = '30' | 0.6279 | 44 | 42 |
/catalog/model/catalog/product.php:513 (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:43 (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:43 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
47 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '55' | 0.6179 | 44.6 | 145 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
48 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/category' | 0.6145 | 45.2 | 52 |
/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()`) |
49 | SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = '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.6121 | 45.8 | 9 |
/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()`) |
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 = '48' | 0.6061 | 46.4 | 136 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
51 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '47' | 0.6048 | 47 | 135 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
52 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=43' AND store_id = '0' AND language_id = '1' | 0.6045 | 47.6 | 132 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
53 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '46' | 0.5957 | 48.2 | 116 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
54 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '25' | 0.5956 | 48.8 | 46 |
/catalog/model/catalog/product.php:513 (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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'en-gb') | 0.5922 | 49.4 | 93 |
/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()`) |
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 = '34' | 0.5909 | 50 | 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()`) |
57 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '26' | 0.5893 | 50.6 | 113 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
58 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5865 | 51.2 | 47 |
/catalog/model/catalog/product.php:513 (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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5799 | 51.8 | 38 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:56 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
60 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=4' AND store_id = '0' AND language_id = '1' | 0.5798 | 52.4 | 77 |
/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()`) |
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 = '38' | 0.578 | 52.9 | 148 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
62 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_right' | 0.5772 | 53.5 | 64 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/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()`) |
63 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '33' | 0.5768 | 54.1 | 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()`) |
64 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=6' AND store_id = '0' AND language_id = '1' | 0.5761 | 54.7 | 77 |
/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()`) |
65 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'en-gb') | 0.5753 | 55.2 | 73 |
/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()`) |
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 = '29' | 0.5596 | 55.8 | 40 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:43 (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:43 (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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5587 | 56.4 | 120 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
68 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'en-gb') | 0.5568 | 56.9 | 88 |
/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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5331 | 57.4 | 143 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
70 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '51' | 0.5314 | 58 | 140 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
71 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.527 | 58.5 | 119 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
72 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5234 | 59 | 155 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
73 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '27' | 0.5221 | 59.5 | 114 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
74 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency' | 0.5217 | 60.1 | 90 |
/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()`) |
75 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5167 | 60.6 | 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()`) |
76 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '28' | 0.515 | 61.1 | 41 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:43 (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:43 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
77 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_top' | 0.5144 | 61.6 | 67 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/common/content_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()`) |
78 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5125 | 62.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()`) |
79 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_bottom' | 0.5105 | 62.6 | 71 |
/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()`) |
80 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '32' | 0.509 | 63.1 | 123 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
81 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '39' | 0.5063 | 63.7 | 150 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
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 = '30' | 0.5048 | 64.2 | 121 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
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 = '50' | 0.4817 | 64.6 | 139 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
84 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=27' AND store_id = '0' AND language_id = '1' | 0.4799 | 65.1 | 114 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
85 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/search' | 0.4789 | 65.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/search.php:14 (in `Loader->view()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonSearch->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:76 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
86 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=47' AND store_id = '0' AND language_id = '1' | 0.4739 | 66.1 | 135 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
87 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=50' AND store_id = '0' AND language_id = '1' | 0.4706 | 66.5 | 139 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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 = '32' | 0.4698 | 67 | 45 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/extension/module/category.php:43 (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:43 (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()`) |
89 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/language' | 0.4684 | 67.5 | 85 |
/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()`) |
90 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_left' | 0.462 | 67.9 | 61 |
/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()`) |
91 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.4619 | 68.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()`) |
92 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.4588 | 68.9 | 117 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php: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()`) |
93 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' | 0.4507 | 69.3 | 117 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
94 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.4489 | 69.8 | 163 |
/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()`) |
95 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.4428 | 70.2 | 147 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
96 | SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.4351 | 70.6 | 122 |
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
97 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.4067 | 71 | 20 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:82 (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:82 (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()`) |
98 | SELECT * FROM oc_seo_url WHERE keyword = 'scanner' AND store_id = '0' | 0.4056 | 71.5 | 17 |
/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()`) |
99 | DELETE FROM oc_cart WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR) | 0.404 | 71.9 | 13 |
/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()`) |
100 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=5' AND store_id = '0' AND language_id = '1' | 0.4025 | 72.3 | 78 |
/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()`) |
101 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' | 0.4014 | 72.7 | 43 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
102 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.3988 | 73.1 | 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()`) |
103 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/header' | 0.3897 | 73.5 | 158 |
/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()`) |
104 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=41' AND store_id = '0' AND language_id = '1' | 0.3843 | 73.8 | 154 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
105 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=44' AND store_id = '0' AND language_id = '1' | 0.384 | 74.2 | 134 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
106 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=52' AND store_id = '0' AND language_id = '1' | 0.3826 | 74.6 | 142 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
107 | 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 = '31' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' | 0.3802 | 75 | 21 |
/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()`) |
108 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '405ae5d810753f1a4c34179a09' | 0.3784 | 75.4 | 96 |
/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()`) |
109 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' | 0.3773 | 75.7 | 49 |
/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()`) |
110 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=39' AND store_id = '0' AND language_id = '1' | 0.37 | 76.1 | 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()`) |
111 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'en-gb') | 0.3677 | 76.5 | 84 |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/common/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()`) |
112 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=51' AND store_id = '0' AND language_id = '1' | 0.3652 | 76.8 | 141 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
113 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.363 | 77.2 | 38 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
114 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=40' AND store_id = '0' AND language_id = '1' | 0.3609 | 77.6 | 153 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
115 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' | 0.3492 | 77.9 | 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()`) |
116 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=45' AND store_id = '0' AND language_id = '1' | 0.348 | 78.3 | 118 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
117 | SELECT * FROM oc_layout_module WHERE layout_id = '3' AND position = 'content_top' ORDER BY sort_order | 0.3478 | 78.6 | 66 |
/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()`) |
118 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.347 | 79 | 21 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:104 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:104 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
119 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' | 0.3447 | 79.3 | 41 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
120 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=38' AND store_id = '0' AND language_id = '1' | 0.3442 | 79.6 | 148 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
121 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=48' AND store_id = '0' AND language_id = '1' | 0.3403 | 80 | 137 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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=34' AND store_id = '0' AND language_id = '1' | 0.3391 | 80.3 | 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()`) |
123 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' | 0.3365 | 80.7 | 113 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
124 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' AND store_id = '0' AND language_id = '1' | 0.3346 | 81 | 45 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
125 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=42' AND store_id = '0' AND language_id = '1' | 0.3345 | 81.3 | 155 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
126 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=37' AND store_id = '0' AND language_id = '1' | 0.3323 | 81.7 | 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()`) |
127 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1' | 0.3314 | 82 | 40 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
128 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.33 | 82.3 | 37 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
129 | SELECT * FROM oc_currency | 0.3278 | 82.7 | 7 |
/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()`) |
130 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'en-gb') | 0.3268 | 83 | 95 |
/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()`) |
131 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=53' AND store_id = '0' AND language_id = '1' | 0.325 | 83.3 | 144 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
132 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'en-gb') | 0.3248 | 83.6 | 83 |
/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()`) |
133 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/category' OR route = 'en-gb') | 0.3231 | 84 | 18 |
/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()`) |
134 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer' | 0.3217 | 84.3 | 79 |
/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()`) |
135 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/category' OR route = 'en-gb') | 0.3197 | 84.6 | 34 |
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/translation.php:6 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`) /catalog/controller/extension/module/category.php:4 (in `Loader->language()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
136 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=56' AND store_id = '0' AND language_id = '1' | 0.31 | 84.9 | 147 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
137 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/cart' | 0.3064 | 85.2 | 103 |
/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()`) |
138 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'product/category' | 0.3061 | 85.5 | 164 |
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/event/theme.php:25 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`) /system/engine/event.php:62 (in `Action->execute()`) /system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`) /catalog/controller/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()`) |
139 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=55' AND store_id = '0' AND language_id = '1' | 0.3044 | 85.8 | 146 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
140 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' | 0.3038 | 86.1 | 47 |
/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()`) |
141 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=49' AND store_id = '0' AND language_id = '1' | 0.3027 | 86.4 | 138 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
142 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'en-gb') | 0.2938 | 86.7 | 110 |
/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()`) |
143 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/banner' | 0.2916 | 87 | 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/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()`) |
144 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'en-gb') | 0.289 | 87.3 | 102 |
/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()`) |
145 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=54' AND store_id = '0' AND language_id = '1' | 0.286 | 87.6 | 145 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
146 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/menu' | 0.2468 | 87.8 | 155 |
/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()`) |
147 | SELECT * FROM oc_category_to_layout WHERE category_id = '31' AND store_id = '0' | 0.2211 | 88.1 | 62 |
/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()`) |
148 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.2013 | 88.3 | 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()`) |
149 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '405ae5d810753f1a4c34179a09' | 0.1811 | 88.4 | 98 |
/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()`) |
150 | SET time_zone = '+02:00' | 0.1786 | 88.6 | 4 |
/catalog/controller/startup/startup.php:40 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:40 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:46 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
151 | SELECT * FROM oc_category_to_layout WHERE category_id = '31' AND store_id = '0' | 0.1713 | 88.8 | 69 |
/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()`) |
152 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.1712 | 89 | 28 |
/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()`) |
153 | SELECT * FROM oc_category_to_layout WHERE category_id = '31' AND store_id = '0' | 0.1685 | 89.1 | 66 |
/catalog/model/catalog/category.php:55 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategoryLayoutId()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_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()`) |
154 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '405ae5d810753f1a4c34179a09' | 0.1634 | 89.3 | 99 |
/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()`) |
155 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' | 0.1582 | 89.4 | 126 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
156 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1565 | 89.6 | 84 |
/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()`) |
157 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1511 | 89.8 | 29 |
/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()`) |
158 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1503 | 89.9 | 89 |
/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()`) |
159 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1424 | 90 | 131 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
160 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '405ae5d810753f1a4c34179a09' | 0.1417 | 90.2 | 103 |
/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()`) |
161 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1417 | 90.3 | 69 |
/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()`) |
162 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1371 | 90.5 | 29 |
/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()`) |
163 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' | 0.1344 | 90.6 | 120 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
164 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' | 0.1312 | 90.7 | 128 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
165 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) | 0.1307 | 90.9 | 110 |
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:13 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:13 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
166 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' | 0.1295 | 91 | 170 |
/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()`) |
167 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.1222 | 91.1 | 89 |
/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()`) |
168 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1168 | 91.2 | 66 |
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/content_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()`) |
169 | 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.1162 | 91.4 | 118 |
/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()`) |
170 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1157 | 91.5 | 28 |
/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()`) |
171 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.1138 | 91.6 | 84 |
/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()`) |
172 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.1132 | 91.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: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()`) |
173 | SELECT * FROM oc_layout_route WHERE 'product/category' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 | 0.1101 | 91.8 | 63 |
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/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()`) |
174 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1089 | 91.9 | 28 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
175 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1079 | 92 | 123 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
176 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.1048 | 92.1 | 120 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
177 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.1039 | 92.2 | 28 |
/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()`) |
178 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.1029 | 92.3 | 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()`) |
179 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0989 | 92.4 | 42 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
180 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0989 | 92.5 | 133 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
181 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.098 | 92.6 | 30 |
/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()`) |
182 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.0939 | 92.7 | 116 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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=25' AND store_id = '0' AND language_id = '1' | 0.0939 | 92.8 | 122 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
184 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0928 | 92.9 | 154 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
185 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0894 | 93 | 123 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
186 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0889 | 93.1 | 27 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
187 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0884 | 93.2 | 44 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
188 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0882 | 93.3 | 27 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
189 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0875 | 93.4 | 29 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
190 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0868 | 93.4 | 40 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
191 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0864 | 93.5 | 27 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
192 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0843 | 93.6 | 139 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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=31' AND store_id = '0' AND language_id = '1' | 0.0832 | 93.7 | 29 |
/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()`) |
194 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.0826 | 93.8 | 118 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php: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()`) |
195 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0819 | 93.9 | 46 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:58 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCategory->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/column_left.php:52 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:357 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
196 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0818 | 93.9 | 142 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
197 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.08 | 94 | 136 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
198 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' | 0.0797 | 94.1 | 124 |
/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()`) |
199 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' AND store_id = '0' AND language_id = '1' | 0.0794 | 94.2 | 123 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
200 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0773 | 94.3 | 27 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:245 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:245 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
201 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.076 | 94.3 | 21 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:104 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:104 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
202 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' | 0.0755 | 94.4 | 117 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
203 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.0745 | 94.5 | 114 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
204 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0721 | 94.6 | 29 |
/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()`) |
205 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.072 | 94.6 | 30 |
/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()`) |
206 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0714 | 94.7 | 29 |
/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()`) |
207 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0714 | 94.8 | 155 |
/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()`) |
208 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0707 | 94.8 | 41 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
209 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0706 | 94.9 | 27 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
210 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0704 | 95 | 135 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
211 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.0703 | 95 | 113 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
212 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.07 | 95.1 | 155 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
213 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' | 0.0694 | 95.2 | 125 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:43 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
214 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0692 | 95.3 | 44 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
215 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0691 | 95.3 | 30 |
/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()`) |
216 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0687 | 95.4 | 45 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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:44 (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()`) |
217 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0684 | 95.5 | 119 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
218 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0682 | 95.5 | 27 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
219 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0669 | 95.6 | 143 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
220 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0668 | 95.7 | 30 |
/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()`) |
221 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0665 | 95.7 | 30 |
/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()`) |
222 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0664 | 95.8 | 140 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
223 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0662 | 95.9 | 27 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
224 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0648 | 95.9 | 148 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
225 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '405ae5d810753f1a4c34179a09' | 0.0643 | 96 | 103 |
/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()`) |
226 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0642 | 96.1 | 27 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
227 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0639 | 96.1 | 31 |
/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()`) |
228 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.063 | 96.2 | 30 |
/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()`) |
229 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0625 | 96.2 | 29 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php: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()`) |
230 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0616 | 96.3 | 138 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
231 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0615 | 96.4 | 144 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
232 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0614 | 96.4 | 30 |
/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()`) |
233 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.061 | 96.5 | 30 |
/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()`) |
234 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.061 | 96.6 | 30 |
/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()`) |
235 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0608 | 96.6 | 29 |
/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()`) |
236 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' | 0.0594 | 96.7 | 114 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php: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()`) |
237 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' | 0.0592 | 96.7 | 121 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
238 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1' | 0.0591 | 96.8 | 119 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
239 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0579 | 96.9 | 146 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
240 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.0571 | 96.9 | 147 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
241 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' | 0.057 | 97 | 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()`) |
242 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' | 0.054 | 97 | 121 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
243 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' | 0.0539 | 97.1 | 122 |
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
244 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '') | 0 | 97.1 | -2 |
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
|
245 | SELECT `data` FROM `oc_session` WHERE `session_id` = '405ae5d810753f1a4c34179a09' AND `expire` > '2024-11-21 06:27:04' | 0 | 97.1 | -1 |
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
|
246 | SET time_zone = '+00:00' | 0 | 97.1 | -3 |
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
|
Quantity | Query | Total, ms | Trace | Duration, ms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
31
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1'
|
~3
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
21
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1'
|
~2
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
20
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1'
|
~2
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5
|
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '405ae5d810753f1a4c34179a09'
|
~1
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4
|
SELECT * FROM oc_category_to_layout WHERE category_id = '31' 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_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)
|
~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'
|
~1
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1'
|
~0
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1'
|
~0
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1'
|
~0
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' 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'
|
~1
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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'
|
~1
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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'
|
~1
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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'
|
~1
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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'
|
~1
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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'
|
~1
|
|
Quantity | Query | Duration, ms | Total, ms | Trace | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
54
|
|
~11
|
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/common/menu.php:32 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.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
|
|
~16
|
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`) /system/engine/proxy.php:47 (in `Loader->{closure}()`) /catalog/controller/common/menu.php:31 (in `Proxy->__call()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/common/header.php:78 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`) /system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`) /catalog/controller/product/category.php:362 (in `Loader->controller()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
10
|
|
~1
|
/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()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
10
|
|
~2
|
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/extension/module/category.php:44 (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
|
|
~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
|
|
~3
|
/catalog/model/catalog/product.php:513 (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:43 (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()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
|
~1
|
/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()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
|
~0
|
/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()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
|
~0
|
/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()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
|
~0
|
/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()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
|
~0
|
/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()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
|
~0
|
/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()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
|
~0
|
/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()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
|
~0
|
/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()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
|
~0
|
/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()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
|
~0
|
/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()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
|
~0
|
/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()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
|
~0
|
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`) /catalog/controller/product/category.php:330 (in `Url->link()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerProductCategory->index()`) /catalog/controller/startup/router.php:25 (in `Action->execute()`) /system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`) /system/engine/router.php:67 (in `Action->execute()`) /system/engine/router.php:56 (in `Router->execute()`) /system/framework.php:169 (in `Router->dispatch()`) /system/startup.php:104 (in `require_once()`) /index.php:19 (in `start()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
|
~0
|
/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()`) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2
|
|
~0
|
/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()`) |
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) |