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

iPhone 6
MacBookAir

Featured

MacBook

MacBook

Intel Core 2 Duo processor Powered by an Intel Core 2 Duo processor at speeds up to 2.1..

$500.00 Ex Tax: $500.00

iPhone

iPhone

iPhone is a revolutionary new mobile phone that allows you to make a call by simply tapping a nam..

$101.00 Ex Tax: $101.00

Apple Cinema 30"

Apple Cinema 30"

The 30-inch Apple Cinema HD Display delivers an amazing 2560 x 1600 pixel resolution. Designed sp..

$90.00 $100.00 Ex Tax: $90.00

Canon EOS 5D

Canon EOS 5D

Canon's press material for the EOS 5D states that it 'defines (a) new D-SLR category', while we'r..

$80.00 $100.00 Ex Tax: $80.00

Code Seq SQL Seq SQL Time Same SQL Similar SQL
Code
rows ms
83 ~136
SQL
rows ms
175 ~92
Manual
# Step TTFB, ms Trace RAM, Kb
1
model/design/translation/getTranslations()
-1000
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
-
Models called:
1 x `localisation/currency/getCurrencies()`
1 x `localisation/language/getLanguages()`
1 x `setting/event/getEvents()`
SQL: 15 request(s) (#1-15), total duration: ~10 ms
SQL Query 15 request(s), #1-15, total duration: ~10 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` = '503d0a2de9eca8058a60fcc371' AND `expire` > '2024-11-20 22:48:57' 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.893 0.9 TOTAL 7 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.545 2.4 TOTAL 8 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.1002 2.5 TOTAL 8 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.7603 3.3 TOTAL 10 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.8766 4.2 TOTAL 12 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.3994 4.6 TOTAL 14 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.4851 6.1 TOTAL 16 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.6105 6.7 TOTAL 16 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.1706 7.8 TOTAL 18 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.0455 8.9 TOTAL 20 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.6033 9.5 TOTAL 22 TTFB
/system/library/cart/cart.php:15 (in `DB->query()`)
/catalog/controller/startup/startup.php:197 (in `Cart\Cart->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/cart.php:15 (in `DB->query()`)
/catalog/controller/startup/startup.php:197 (in `Cart\Cart->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
15 SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC 0.8094 10.3 TOTAL 24 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()`)
2
Controller `common/column_left` >> start
26
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/home.php:12 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->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/common/home.php:12 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php: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/layout/getLayout()`
1 x `design/layout/getLayoutModules()`
1 x `design/theme/getTheme()`
SQL: 3 request(s) (#16-18), total duration: ~2 ms
SQL Query 3 request(s), #16-18, total duration: ~2 ms Dur Total TTFB
Trace
16 SELECT * FROM oc_layout_route WHERE 'common/home' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.8058 0.8 TOTAL 28 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/common/home.php:12 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
17 SELECT * FROM oc_layout_module WHERE layout_id = '1' AND position = 'column_left' ORDER BY sort_order 0.7667 1.6 TOTAL 29 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/common/home.php:12 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_left' 0.7031 2.3 TOTAL 31 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/common/home.php:12 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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
Controller `common/column_left` << end
64
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/home.php:12 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->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/common/home.php:12 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php: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
4
Controller `common/column_right` >> start
64
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/home.php:13 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->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/common/home.php:13 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php: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/layout/getLayout()`
1 x `design/layout/getLayoutModules()`
1 x `design/theme/getTheme()`
SQL: 3 request(s) (#19-21), total duration: ~1 ms
SQL Query 3 request(s), #19-21, total duration: ~1 ms Dur Total TTFB
Trace
19 SELECT * FROM oc_layout_route WHERE 'common/home' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.1381 0.1 TOTAL 65 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/common/home.php:13 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_layout_module WHERE layout_id = '1' AND position = 'column_right' ORDER BY sort_order 0.489 0.6 TOTAL 65 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/common/home.php:13 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
21 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_right' 0.3941 1 TOTAL 66 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/common/home.php:13 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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
Controller `common/column_right` << end
67
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/home.php:13 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->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/common/home.php:13 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php: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
6
Controller `common/content_top` >> start
67
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php: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/layout/getLayout()`
1 x `design/layout/getLayoutModules()`
1 x `setting/module/getModule()`
SQL: 3 request(s) (#22-24), total duration: ~1 ms
SQL Query 3 request(s), #22-24, total duration: ~1 ms Dur Total TTFB
Trace
22 SELECT * FROM oc_layout_route WHERE 'common/home' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.1421 0.1 TOTAL 68 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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_layout_module WHERE layout_id = '1' AND position = 'content_top' ORDER BY sort_order 0.3584 0.5 TOTAL 68 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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_module WHERE module_id = '27' 0.8605 1.4 TOTAL 69 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/content_top.php:60 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->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/content_top.php:60 (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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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
{common/content_top}

Controller `extension/module/slideshow` >> start
69
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php: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 `tool/image/resize()`
1 x `design/banner/getBanner()`
1 x `design/theme/getTheme()`
SQL: 2 request(s) (#25-26), total duration: ~2 ms
SQL Query 2 request(s), #25-26, total duration: ~2 ms Dur Total TTFB
Trace
25 SELECT * FROM oc_banner b LEFT JOIN oc_banner_image bi ON (b.banner_id = bi.banner_id) WHERE b.banner_id = '7' AND b.status = '1' AND bi.language_id = '1' ORDER BY bi.sort_order ASC 1.4503 1.5 TOTAL 72 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/slideshow.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleSlideshow->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/slideshow.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleSlideshow->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/slideshow' 0.6034 2.1 TOTAL 73 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/extension/module/slideshow.php:29 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleSlideshow->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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
{common/content_top}

Controller `extension/module/slideshow` << end
76
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php: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) (#27-27), total duration: ~1 ms
SQL Query 1 request(s), #27-27, total duration: ~1 ms Dur Total TTFB
Trace
27 SELECT * FROM oc_module WHERE module_id = '28' 0.647 0.6 TOTAL 77 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/content_top.php:60 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->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/content_top.php:60 (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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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
{common/content_top}

Controller `extension/module/featured` >> start
77
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php: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 `catalog/product/getProduct()`
4 x `tool/image/resize()`
1 x `design/theme/getTheme()`
1 x `design/translation/getTranslations()`
SQL: 10 request(s) (#28-37), total duration: ~11 ms
SQL Query 10 request(s), #28-37, total duration: ~11 ms Dur Total TTFB
Trace
28 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/featured' OR route = 'en-gb') 0.6117 0.6 TOTAL 78 TTFB
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/extension/module/featured.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '43' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' 3.7107 4.3 TOTAL 83 TTFB
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'product_id=43' AND store_id = '0' AND language_id = '1' 0.8583 5.2 TOTAL 85 TTFB
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->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/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '40' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' 1.5899 6.8 TOTAL 86 TTFB
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'product_id=40' AND store_id = '0' AND language_id = '1' 0.4229 7.2 TOTAL 87 TTFB
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->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/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '42' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' 1.2033 8.4 TOTAL 88 TTFB
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'product_id=42' AND store_id = '0' AND language_id = '1' 0.3958 8.8 TOTAL 89 TTFB
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->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/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '30' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' 1.2488 10 TOTAL 90 TTFB
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'product_id=30' AND store_id = '0' AND language_id = '1' 0.3427 10.4 TOTAL 91 TTFB
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->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/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/featured' 1.011 11.4 TOTAL 92 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/featured.php:71 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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
{common/content_top}

Controller `extension/module/featured` << end
96
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `setting/module/getModule()`
SQL: 1 request(s) (#38-38), total duration: ~0 ms
SQL Query 1 request(s), #38-38, total duration: ~0 ms Dur Total TTFB
Trace
38 SELECT * FROM oc_module WHERE module_id = '29' 0.4208 0.4 TOTAL 96 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/content_top.php:60 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->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/content_top.php:60 (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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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
{common/content_top}

Controller `extension/module/carousel` >> start
96
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
11 x `tool/image/resize()`
1 x `design/banner/getBanner()`
1 x `design/theme/getTheme()`
SQL: 2 request(s) (#39-40), total duration: ~1 ms
SQL Query 2 request(s), #39-40, total duration: ~1 ms Dur Total TTFB
Trace
39 SELECT * FROM oc_banner b LEFT JOIN oc_banner_image bi ON (b.banner_id = bi.banner_id) WHERE b.banner_id = '8' AND b.status = '1' AND bi.language_id = '1' ORDER BY bi.sort_order ASC 0.4855 0.5 TOTAL 97 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/carousel.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCarousel->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/carousel.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCarousel->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/carousel' 0.4747 1 TOTAL 98 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/carousel.php:29 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCarousel->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
12
{common/content_top}

Controller `extension/module/carousel` << end
100
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `design/theme/getTheme()`
SQL: 1 request(s) (#41-41), total duration: ~0 ms
SQL Query 1 request(s), #41-41, total duration: ~0 ms Dur Total TTFB
Trace
41 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_top' 0.3216 0.3 TOTAL 101 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/content_top.php:72 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
13
Controller `common/content_top` << end
102
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
14
Controller `common/content_bottom` >> start
102
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/home.php:15 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->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/common/home.php:15 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `design/layout/getLayout()`
1 x `design/layout/getLayoutModules()`
1 x `design/theme/getTheme()`
SQL: 3 request(s) (#42-44), total duration: ~1 ms
SQL Query 3 request(s), #42-44, total duration: ~1 ms Dur Total TTFB
Trace
42 SELECT * FROM oc_layout_route WHERE 'common/home' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.1463 0.1 TOTAL 103 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/common/home.php:15 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_layout_module WHERE layout_id = '1' AND position = 'content_bottom' ORDER BY sort_order 0.3986 0.5 TOTAL 103 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/common/home.php:15 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_bottom' 0.3593 0.9 TOTAL 104 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/common/home.php:15 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
15
Controller `common/content_bottom` << end
105
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/home.php:15 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->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/common/home.php:15 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
16
Controller `common/footer` >> start
105
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/information/getInformations()`
1 x `design/theme/getTheme()`
1 x `design/translation/getTranslations()`
SQL: 7 request(s) (#45-51), total duration: ~4 ms
SQL Query 7 request(s), #45-51, total duration: ~4 ms Dur Total TTFB
Trace
45 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'en-gb') 0.3977 0.4 TOTAL 106 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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_information i LEFT JOIN oc_information_description id ON (i.information_id = id.information_id) LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id) WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1' ORDER BY i.sort_order, LCASE(id.title) ASC 1.4757 1.9 TOTAL 109 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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'information_id=4' AND store_id = '0' AND language_id = '1' 0.3667 2.2 TOTAL 109 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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'information_id=6' AND store_id = '0' AND language_id = '1' 0.2965 2.5 TOTAL 109 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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'information_id=3' AND store_id = '0' AND language_id = '1' 0.2757 2.8 TOTAL 110 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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'information_id=5' AND store_id = '0' AND language_id = '1' 0.3605 3.2 TOTAL 110 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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer' 0.3671 3.5 TOTAL 111 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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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
Controller `common/footer` << end
113
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
18
Controller `common/header` >> start
113
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `design/translation/getTranslations()`
1 x `setting/extension/getExtensions()`
SQL: 2 request(s) (#52-53), total duration: ~1 ms
SQL Query 2 request(s), #52-53, total duration: ~1 ms Dur Total TTFB
Trace
52 SELECT * FROM oc_extension WHERE `type` = 'analytics' 0.7527 0.8 TOTAL 115 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
53 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'en-gb') 0.3594 1.1 TOTAL 116 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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
{common/header}

Controller `common/language` >> start
116
/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/common/home.php:17 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `design/theme/getTheme()`
1 x `design/translation/getTranslations()`
1 x `localisation/language/getLanguages()`
SQL: 2 request(s) (#54-55), total duration: ~1 ms
SQL Query 2 request(s), #54-55, total duration: ~1 ms Dur Total TTFB
Trace
54 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'en-gb') 0.3168 0.3 TOTAL 117 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
55 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/language' 0.2984 0.6 TOTAL 118 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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/language` << end
123
/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/common/home.php:17 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
21
{common/header}

Controller `common/currency` >> start
123
/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/common/home.php:17 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `design/theme/getTheme()`
1 x `design/translation/getTranslations()`
1 x `localisation/currency/getCurrencies()`
SQL: 2 request(s) (#56-57), total duration: ~1 ms
SQL Query 2 request(s), #56-57, total duration: ~1 ms Dur Total TTFB
Trace
56 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'en-gb') 0.394 0.4 TOTAL 125 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency' 0.325 0.7 TOTAL 126 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/currency.php:47 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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/currency` << end
129
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
23
{common/header}

Controller `common/search` >> start
129
/system/storage/modification/system/engine/loader.php:84 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `design/theme/getTheme()`
1 x `design/translation/getTranslations()`
SQL: 2 request(s) (#58-59), total duration: ~1 ms
SQL Query 2 request(s), #58-59, total duration: ~1 ms Dur Total TTFB
Trace
58 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'en-gb') 0.3466 0.3 TOTAL 130 TTFB
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/search.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonSearch->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/search' 0.2667 0.6 TOTAL 130 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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/search` << end
131
/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/common/home.php:17 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
25
{common/header}

Controller `common/cart` >> start
131
/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/common/home.php:17 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
4 x `design/translation/getTranslations()`
1 x `design/theme/getTheme()`
1 x `extension/total/coupon/getTotal()`
1 x `extension/total/credit/getTotal()`
1 x `extension/total/reward/getTotal()`
1 x `extension/total/shipping/getTotal()`
1 x `extension/total/sub_total/getTotal()`
1 x `extension/total/tax/getTotal()`
1 x `extension/total/total/getTotal()`
1 x `extension/total/voucher/getTotal()`
1 x `setting/extension/getExtensions()`
SQL: 12 request(s) (#60-71), total duration: ~4 ms
SQL Query 12 request(s), #60-71, total duration: ~4 ms Dur Total TTFB
Trace
60 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'en-gb') 0.2867 0.3 TOTAL 133 TTFB
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/cart.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '503d0a2de9eca8058a60fcc371' 0.4231 0.7 TOTAL 133 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_extension WHERE `type` = 'total' 0.2941 1 TOTAL 134 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
63 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'en-gb') 0.2824 1.3 TOTAL 135 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '503d0a2de9eca8058a60fcc371' 0.061 1.3 TOTAL 135 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '503d0a2de9eca8058a60fcc371' 0.1043 1.5 TOTAL 136 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'en-gb') 0.5524 2 TOTAL 139 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' 0.8134 2.8 TOTAL 139 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = 'extension/total/total' OR route = 'en-gb') 0.5516 3.4 TOTAL 142 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '503d0a2de9eca8058a60fcc371' 0.1199 3.5 TOTAL 142 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '503d0a2de9eca8058a60fcc371' 0.1167 3.6 TOTAL 143 TTFB
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
71 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/cart' 0.27 3.9 TOTAL 143 TTFB
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/cart.php:136 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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}

Controller `common/cart` << end
149
/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/common/home.php:17 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
27
{common/header}

Controller `common/menu` >> start
149
/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/common/home.php:17 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
2 x `catalog/category/getCategories()`
1 x `design/translation/getTranslations()`
SQL: 3 request(s) (#72-74), total duration: ~4 ms
SQL Query 3 request(s), #72-74, total duration: ~4 ms Dur Total TTFB
Trace
72 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'en-gb') 0.5684 0.6 TOTAL 150 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
73 SELECT * FROM oc_category 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.7728 2.3 TOTAL 153 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_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.5176 3.9 TOTAL 154 TTFB
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 26
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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#75-77), total duration: ~3 ms
SQL Query 3 request(s), #75-77, total duration: ~3 ms Dur Total TTFB
Trace
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 = '26' 1.4996 1.5 TOTAL 156 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=20' AND store_id = '0' AND language_id = '1' 0.5475 2 TOTAL 157 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' 0.4896 2.5 TOTAL 157 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
29
{common/header}
{common/menu}

...after `getTotalProducts()`
157
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
30
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 27
157
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#78-80), total duration: ~1 ms
SQL Query 3 request(s), #78-80, total duration: ~1 ms Dur Total TTFB
Trace
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 = '27' 1.0183 1 TOTAL 158 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=20' AND store_id = '0' AND language_id = '1' 0.1428 1.2 TOTAL 159 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
80 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=27' AND store_id = '0' AND language_id = '1' 0.3101 1.5 TOTAL 159 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
31
{common/header}
{common/menu}

...after `getTotalProducts()`
159
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/category/getCategories()`
SQL: 2 request(s) (#81-82), total duration: ~1 ms
SQL Query 2 request(s), #81-82, total duration: ~1 ms Dur Total TTFB
Trace
81 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.2147 0.2 TOTAL 159 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_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.6299 0.8 TOTAL 160 TTFB
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 46
160
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#83-85), total duration: ~1 ms
SQL Query 3 request(s), #83-85, total duration: ~1 ms Dur Total TTFB
Trace
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 = '46' 0.597 0.6 TOTAL 161 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=18' AND store_id = '0' AND language_id = '1' 0.2778 0.9 TOTAL 161 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
85 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' 0.2482 1.1 TOTAL 161 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
33
{common/header}
{common/menu}

...after `getTotalProducts()`
161
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
34
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 45
161
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#86-88), total duration: ~1 ms
SQL Query 3 request(s), #86-88, total duration: ~1 ms Dur Total TTFB
Trace
86 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '45' 0.436 0.4 TOTAL 162 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=18' AND store_id = '0' AND language_id = '1' 0.0587 0.5 TOTAL 162 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=45' AND store_id = '0' AND language_id = '1' 0.3051 0.8 TOTAL 162 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
35
{common/header}
{common/menu}

...after `getTotalProducts()`
162
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:35 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/category/getCategories()`
SQL: 2 request(s) (#89-90), total duration: ~1 ms
SQL Query 2 request(s), #89-90, total duration: ~1 ms Dur Total TTFB
Trace
89 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.063 0.1 TOTAL 162 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_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.6694 0.7 TOTAL 163 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 29
163
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#91-93), total duration: ~1 ms
SQL Query 3 request(s), #91-93, total duration: ~1 ms Dur Total TTFB
Trace
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 = '29' 0.5308 0.5 TOTAL 164 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=25' AND store_id = '0' AND language_id = '1' 0.3017 0.8 TOTAL 164 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=29' AND store_id = '0' AND language_id = '1' 0.3771 1.2 TOTAL 164 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
37
{common/header}
{common/menu}

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

...how long does `getTotalProducts()` take? category id 28
164
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#94-96), total duration: ~1 ms
SQL Query 3 request(s), #94-96, total duration: ~1 ms Dur Total TTFB
Trace
94 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.4925 0.5 TOTAL 165 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
95 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0968 0.6 TOTAL 165 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
96 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' 0.5477 1.1 TOTAL 166 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
39
{common/header}
{common/menu}

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

...how long does `getTotalProducts()` take? category id 30
166
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#97-99), total duration: ~1 ms
SQL Query 3 request(s), #97-99, total duration: ~1 ms Dur Total TTFB
Trace
97 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '30' 0.5136 0.5 TOTAL 166 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
98 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0656 0.6 TOTAL 166 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
99 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.3921 1 TOTAL 167 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
41
{common/header}
{common/menu}

...after `getTotalProducts()`
167
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
42
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 31
167
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#100-102), total duration: ~1 ms
SQL Query 3 request(s), #100-102, total duration: ~1 ms Dur Total TTFB
Trace
100 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.4846 0.5 TOTAL 167 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=25' AND store_id = '0' AND language_id = '1' 0.0961 0.6 TOTAL 168 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=31' AND store_id = '0' AND language_id = '1' 0.3451 0.9 TOTAL 168 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
43
{common/header}
{common/menu}

...after `getTotalProducts()`
168
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
44
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 32
168
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#103-105), total duration: ~1 ms
SQL Query 3 request(s), #103-105, total duration: ~1 ms Dur Total TTFB
Trace
103 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.6735 0.7 TOTAL 169 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=25' AND store_id = '0' AND language_id = '1' 0.1118 0.8 TOTAL 169 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=32' AND store_id = '0' AND language_id = '1' 0.4225 1.2 TOTAL 169 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
45
{common/header}
{common/menu}

...after `getTotalProducts()`
170
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
5 x `catalog/category/getCategories()`
SQL: 10 request(s) (#106-115), total duration: ~7 ms
SQL Query 10 request(s), #106-115, total duration: ~7 ms Dur Total TTFB
Trace
106 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1147 0.1 TOTAL 170 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
107 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '57' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.7506 0.9 TOTAL 170 TTFB
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
108 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' 0.3569 1.2 TOTAL 171 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_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.832 2.1 TOTAL 172 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=17' AND store_id = '0' AND language_id = '1' 0.4554 2.5 TOTAL 172 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '24' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.0829 3.6 TOTAL 173 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=24' AND store_id = '0' AND language_id = '1' 0.5601 4.2 TOTAL 174 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
113 SELECT * FROM oc_category 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.0122 5.2 TOTAL 175 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
114 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' 0.5094 5.7 TOTAL 176 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
115 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '34' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.3924 7.1 TOTAL 177 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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
{common/header}
{common/menu}

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

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

...how long does `getTotalProducts()` take? category id 44
179
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#119-121), total duration: ~1 ms
SQL Query 3 request(s), #119-121, total duration: ~1 ms Dur Total TTFB
Trace
119 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '44' 0.5342 0.5 TOTAL 180 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
120 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1054 0.6 TOTAL 180 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=44' AND store_id = '0' AND language_id = '1' 0.3691 1 TOTAL 181 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
49
{common/header}
{common/menu}

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

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

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

...how long does `getTotalProducts()` take? category id 48
182
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#125-127), total duration: ~1 ms
SQL Query 3 request(s), #125-127, total duration: ~1 ms Dur Total TTFB
Trace
125 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '48' 0.7465 0.7 TOTAL 183 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=34' AND store_id = '0' AND language_id = '1' 0.0698 0.8 TOTAL 183 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=48' AND store_id = '0' AND language_id = '1' 0.5064 1.3 TOTAL 184 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
53
{common/header}
{common/menu}

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

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

...after `getTotalProducts()`
185
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
56
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 50
185
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#131-133), total duration: ~1 ms
SQL Query 3 request(s), #131-133, total duration: ~1 ms Dur Total TTFB
Trace
131 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '50' 0.6546 0.7 TOTAL 186 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
132 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.113 0.8 TOTAL 186 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
133 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=50' AND store_id = '0' AND language_id = '1' 0.6868 1.5 TOTAL 187 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
57
{common/header}
{common/menu}

...after `getTotalProducts()`
187
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
58
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 51
187
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#134-136), total duration: ~2 ms
SQL Query 3 request(s), #134-136, total duration: ~2 ms Dur Total TTFB
Trace
134 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '51' 0.8188 0.8 TOTAL 188 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
135 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1598 1 TOTAL 188 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=51' AND store_id = '0' AND language_id = '1' 0.5305 1.5 TOTAL 189 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
59
{common/header}
{common/menu}

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

...how long does `getTotalProducts()` take? category id 52
189
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#137-139), total duration: ~1 ms
SQL Query 3 request(s), #137-139, total duration: ~1 ms Dur Total TTFB
Trace
137 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '52' 0.8048 0.8 TOTAL 190 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
138 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.124 0.9 TOTAL 190 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=52' AND store_id = '0' AND language_id = '1' 0.5444 1.5 TOTAL 191 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
61
{common/header}
{common/menu}

...after `getTotalProducts()`
191
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
62
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 53
191
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#140-142), total duration: ~1 ms
SQL Query 3 request(s), #140-142, total duration: ~1 ms Dur Total TTFB
Trace
140 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5782 0.6 TOTAL 192 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=34' AND store_id = '0' AND language_id = '1' 0.1518 0.7 TOTAL 192 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
142 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=53' AND store_id = '0' AND language_id = '1' 0.4236 1.2 TOTAL 192 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
63
{common/header}
{common/menu}

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

...how long does `getTotalProducts()` take? category id 54
192
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/catalog/controller/common/menu.php:28 (in `Registry->nektoFunctionProfiler()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#143-145), total duration: ~1 ms
SQL Query 3 request(s), #143-145, total duration: ~1 ms Dur Total TTFB
Trace
143 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.7009 0.7 TOTAL 193 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
144 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1325 0.8 TOTAL 193 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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.4875 1.3 TOTAL 194 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
65
{common/header}
{common/menu}

...after `getTotalProducts()`
194
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
66
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 55
194
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#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 = '55' 0.7173 0.7 TOTAL 195 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
147 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0738 0.8 TOTAL 195 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=55' AND store_id = '0' AND language_id = '1' 0.5818 1.4 TOTAL 196 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
67
{common/header}
{common/menu}

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

...how long does `getTotalProducts()` take? category id 56
196
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#149-151), total duration: ~2 ms
SQL Query 3 request(s), #149-151, total duration: ~2 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 = '56' 0.7913 0.8 TOTAL 197 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
150 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.112 0.9 TOTAL 197 TTFB
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=56' AND store_id = '0' AND language_id = '1' 0.9458 1.8 TOTAL 198 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
69
{common/header}
{common/menu}

...after `getTotalProducts()`
198
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
70
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 38
198
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#152-154), total duration: ~1 ms
SQL Query 3 request(s), #152-154, total duration: ~1 ms Dur Total TTFB
Trace
152 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.8118 0.8 TOTAL 199 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
153 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1124 0.9 TOTAL 199 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
154 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=38' AND store_id = '0' AND language_id = '1' 0.5107 1.4 TOTAL 199 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
71
{common/header}
{common/menu}

...after `getTotalProducts()`
200
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
72
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 37
200
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#155-157), total duration: ~1 ms
SQL Query 3 request(s), #155-157, total duration: ~1 ms Dur Total TTFB
Trace
155 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.7353 0.7 TOTAL 200 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
156 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1921 0.9 TOTAL 201 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=37' AND store_id = '0' AND language_id = '1' 0.5047 1.4 TOTAL 201 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
73
{common/header}
{common/menu}

...after `getTotalProducts()`
201
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
74
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 39
201
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#158-160), total duration: ~1 ms
SQL Query 3 request(s), #158-160, total duration: ~1 ms Dur Total TTFB
Trace
158 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.8447 0.8 TOTAL 202 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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.1092 1 TOTAL 203 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=39' AND store_id = '0' AND language_id = '1' 0.3576 1.3 TOTAL 203 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
75
{common/header}
{common/menu}

...after `getTotalProducts()`
203
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
76
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 40
203
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#161-163), total duration: ~1 ms
SQL Query 3 request(s), #161-163, total duration: ~1 ms Dur Total TTFB
Trace
161 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.6582 0.7 TOTAL 204 TTFB
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=34' AND store_id = '0' AND language_id = '1' 0.1176 0.8 TOTAL 204 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=40' AND store_id = '0' AND language_id = '1' 0.4311 1.2 TOTAL 205 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
77
{common/header}
{common/menu}

...after `getTotalProducts()`
205
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
78
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 41
205
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#164-166), total duration: ~1 ms
SQL Query 3 request(s), #164-166, total duration: ~1 ms Dur Total TTFB
Trace
164 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.7429 0.7 TOTAL 205 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
165 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1206 0.9 TOTAL 206 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=41' AND store_id = '0' AND language_id = '1' 0.3695 1.2 TOTAL 206 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
79
{common/header}
{common/menu}

...after `getTotalProducts()`
206
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
80
{common/header}
{common/menu}

...how long does `getTotalProducts()` take? category id 42
206
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `catalog/product/getTotalProducts()`
SQL: 3 request(s) (#167-169), total duration: ~1 ms
SQL Query 3 request(s), #167-169, total duration: ~1 ms Dur Total TTFB
Trace
167 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5977 0.6 TOTAL 207 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
168 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.141 0.7 TOTAL 207 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=42' AND store_id = '0' AND language_id = '1' 0.4227 1.2 TOTAL 208 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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
{common/header}
{common/menu}

...after `getTotalProducts()`
208
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4,096
Models called:
1 x `design/theme/getTheme()`
SQL: 2 request(s) (#170-171), total duration: ~1 ms
SQL Query 2 request(s), #170-171, total duration: ~1 ms Dur Total TTFB
Trace
170 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1973 0.2 TOTAL 208 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/menu' 0.5395 0.7 TOTAL 209 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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
{common/header}

Controller `common/menu` << end
216
/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/common/home.php:17 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
6,144
Models called:
1 x `design/theme/getTheme()`
1 x `setting/setting/getSetting()`
SQL: 2 request(s) (#172-173), total duration: ~1 ms
SQL Query 2 request(s), #172-173, total duration: ~1 ms Dur Total TTFB
Trace
172 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/header' 0.4143 0.4 TOTAL 217 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_setting WHERE store_id = '0' AND `code` = 'advertise_google' 0.5845 1 TOTAL 224 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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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
Controller `common/header` << end
224
/system/storage/modification/system/engine/loader.php:120 (in `Registry->nektoFunctionProfiler()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
6,144
Models called:
1 x `design/theme/getTheme()`
1 x `setting/setting/getSetting()`
SQL: 2 request(s) (#174-175), total duration: ~0 ms
SQL Query 2 request(s), #174-175, total duration: ~0 ms Dur Total TTFB
Trace
174 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/home' 0.3766 0.4 TOTAL 224 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/home.php:19 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_setting WHERE store_id = '0' AND `code` = 'advertise_google' 0.118 0.5 TOTAL 227 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/home.php:19 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
Only queries containing
queries / 175 total, ms / 92 ms total
# Query Duration, ms Total, ms TTFB, ms Trace
1 SET time_zone = '+00:00' 0 0 -3
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
2 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '') 0 0 -2
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
[happened before `session`, not measured, not traced, see built-in Manual for instructions]
3 SELECT `data` FROM `oc_session` WHERE `session_id` = '503d0a2de9eca8058a60fcc371' AND `expire` > '2024-11-20 22:48:57' 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.893 0.9 7
/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.545 2.4 8
/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.1002 2.5 8
/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.7603 3.3 10
/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.8766 4.2 12
/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.3994 4.6 14
/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.4851 6.1 16
/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.6105 6.7 16
/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.1706 7.8 18
/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.0455 8.9 20
/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.6033 9.5 22
/system/library/cart/cart.php:15 (in `DB->query()`)
/catalog/controller/startup/startup.php:197 (in `Cart\Cart->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/library/cart/cart.php:15 (in `DB->query()`)
/catalog/controller/startup/startup.php:197 (in `Cart\Cart->__construct()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
15 SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC 0.8094 10.3 24
/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_layout_route WHERE 'common/home' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.8058 11.1 28
/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/common/home.php:12 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
17 SELECT * FROM oc_layout_module WHERE layout_id = '1' AND position = 'column_left' ORDER BY sort_order 0.7667 11.9 29
/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/common/home.php:12 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_left' 0.7031 12.6 31
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/common/home.php:12 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
19 SELECT * FROM oc_layout_route WHERE 'common/home' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.1381 12.7 65
/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/common/home.php:13 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_layout_module WHERE layout_id = '1' AND position = 'column_right' ORDER BY sort_order 0.489 13.2 65
/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/common/home.php:13 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
21 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_right' 0.3941 13.6 66
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/common/home.php:13 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_layout_route WHERE 'common/home' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.1421 13.7 68
/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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_layout_module WHERE layout_id = '1' AND position = 'content_top' ORDER BY sort_order 0.3584 14.1 68
/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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_module WHERE module_id = '27' 0.8605 15 69
/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/content_top.php:60 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->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/content_top.php:60 (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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_banner b LEFT JOIN oc_banner_image bi ON (b.banner_id = bi.banner_id) WHERE b.banner_id = '7' AND b.status = '1' AND bi.language_id = '1' ORDER BY bi.sort_order ASC 1.4503 16.4 72
/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/slideshow.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleSlideshow->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/slideshow.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleSlideshow->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/slideshow' 0.6034 17 73
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/extension/module/slideshow.php:29 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleSlideshow->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_module WHERE module_id = '28' 0.647 17.7 77
/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/content_top.php:60 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->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/content_top.php:60 (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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/featured' OR route = 'en-gb') 0.6117 18.3 78
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/extension/module/featured.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '43' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' 3.7107 22 83
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'product_id=43' AND store_id = '0' AND language_id = '1' 0.8583 22.8 85
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->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/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '40' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' 1.5899 24.4 86
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'product_id=40' AND store_id = '0' AND language_id = '1' 0.4229 24.9 87
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->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/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '42' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' 1.2033 26.1 88
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'product_id=42' AND store_id = '0' AND language_id = '1' 0.3958 26.5 89
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->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/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '30' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' 1.2488 27.7 90
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'product_id=30' AND store_id = '0' AND language_id = '1' 0.3427 28 91
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->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/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/featured' 1.011 29.1 92
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/featured.php:71 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_module WHERE module_id = '29' 0.4208 29.5 96
/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/content_top.php:60 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->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/content_top.php:60 (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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_banner b LEFT JOIN oc_banner_image bi ON (b.banner_id = bi.banner_id) WHERE b.banner_id = '8' AND b.status = '1' AND bi.language_id = '1' ORDER BY bi.sort_order ASC 0.4855 30 97
/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/carousel.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCarousel->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/carousel.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCarousel->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/carousel' 0.4747 30.4 98
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/carousel.php:29 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCarousel->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_top' 0.3216 30.8 101
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/content_top.php:72 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_layout_route WHERE 'common/home' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.1463 30.9 103
/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/common/home.php:15 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_layout_module WHERE layout_id = '1' AND position = 'content_bottom' ORDER BY sort_order 0.3986 31.3 103
/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/common/home.php:15 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_bottom' 0.3593 31.7 104
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/common/home.php:15 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
45 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'en-gb') 0.3977 32.1 106
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php: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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_information i LEFT JOIN oc_information_description id ON (i.information_id = id.information_id) LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id) WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1' ORDER BY i.sort_order, LCASE(id.title) ASC 1.4757 33.5 109
/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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'information_id=4' AND store_id = '0' AND language_id = '1' 0.3667 33.9 109
/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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'information_id=6' AND store_id = '0' AND language_id = '1' 0.2965 34.2 109
/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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'information_id=3' AND store_id = '0' AND language_id = '1' 0.2757 34.5 110
/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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'information_id=5' AND store_id = '0' AND language_id = '1' 0.3605 34.8 110
/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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer' 0.3671 35.2 111
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_extension WHERE `type` = 'analytics' 0.7527 36 115
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
53 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'en-gb') 0.3594 36.3 116
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'en-gb') 0.3168 36.6 117
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
55 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/language' 0.2984 36.9 118
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'en-gb') 0.394 37.3 125
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency' 0.325 37.6 126
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/currency.php:47 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'en-gb') 0.3466 38 130
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/search.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonSearch->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/search' 0.2667 38.3 130
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'en-gb') 0.2867 38.5 133
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/cart.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '503d0a2de9eca8058a60fcc371' 0.4231 39 133
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_extension WHERE `type` = 'total' 0.2941 39.3 134
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
63 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'en-gb') 0.2824 39.5 135
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '503d0a2de9eca8058a60fcc371' 0.061 39.6 135
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '503d0a2de9eca8058a60fcc371' 0.1043 39.7 136
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'en-gb') 0.5524 40.3 139
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' 0.8134 41.1 139
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = 'extension/total/total' OR route = 'en-gb') 0.5516 41.6 142
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '503d0a2de9eca8058a60fcc371' 0.1199 41.7 142
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '503d0a2de9eca8058a60fcc371' 0.1167 41.9 143
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
71 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/cart' 0.27 42.1 143
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/cart.php:136 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'en-gb') 0.5684 42.7 150
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
73 SELECT * FROM oc_category 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.7728 44.5 153
/catalog/model/catalog/category.php:10 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_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.5176 46 154
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = '26' 1.4996 47.5 156
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=20' AND store_id = '0' AND language_id = '1' 0.5475 48 157
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' 0.4896 48.5 157
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = '27' 1.0183 49.5 158
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=20' AND store_id = '0' AND language_id = '1' 0.1428 49.7 159
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
80 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=27' AND store_id = '0' AND language_id = '1' 0.3101 50 159
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=20' AND store_id = '0' AND language_id = '1' 0.2147 50.2 159
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_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.6299 50.8 160
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = '46' 0.597 51.4 161
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=18' AND store_id = '0' AND language_id = '1' 0.2778 51.7 161
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
85 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' 0.2482 52 161
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
86 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '45' 0.436 52.4 162
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=18' AND store_id = '0' AND language_id = '1' 0.0587 52.5 162
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=45' AND store_id = '0' AND language_id = '1' 0.3051 52.8 162
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
89 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.063 52.8 162
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_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.6694 53.5 163
/catalog/model/catalog/category.php:10 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = '29' 0.5308 54 164
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=25' AND store_id = '0' AND language_id = '1' 0.3017 54.3 164
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=29' AND store_id = '0' AND language_id = '1' 0.3771 54.7 164
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.4925 55.2 165
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
95 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0968 55.3 165
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
96 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' 0.5477 55.8 166
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
97 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '30' 0.5136 56.4 166
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
98 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0656 56.4 166
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
99 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.3921 56.8 167
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.4846 57.3 167
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=25' AND store_id = '0' AND language_id = '1' 0.0961 57.4 168
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=31' AND store_id = '0' AND language_id = '1' 0.3451 57.7 168
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.6735 58.4 169
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=25' AND store_id = '0' AND language_id = '1' 0.1118 58.5 169
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=32' AND store_id = '0' AND language_id = '1' 0.4225 59 169
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=25' AND store_id = '0' AND language_id = '1' 0.1147 59.1 170
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
107 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '57' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.7506 59.8 170
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
108 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' 0.3569 60.2 171
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_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.832 61 172
/catalog/model/catalog/category.php:10 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=17' AND store_id = '0' AND language_id = '1' 0.4554 61.5 172
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '24' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.0829 62.5 173
/catalog/model/catalog/category.php:10 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=24' AND store_id = '0' AND language_id = '1' 0.5601 63.1 174
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
113 SELECT * FROM oc_category 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.0122 64.1 175
/catalog/model/catalog/category.php:10 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
114 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' 0.5094 64.6 176
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
115 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '34' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.3924 66 177
/catalog/model/catalog/category.php:10 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
116 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '43' 0.7749 66.8 179
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
117 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.3256 67.1 179
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=43' AND store_id = '0' AND language_id = '1' 0.3787 67.5 179
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
119 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '44' 0.5342 68 180
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
120 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1054 68.1 180
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=44' AND store_id = '0' AND language_id = '1' 0.3691 68.5 181
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
122 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '47' 0.6319 69.1 181
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=34' AND store_id = '0' AND language_id = '1' 0.0619 69.2 181
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=47' AND store_id = '0' AND language_id = '1' 0.3953 69.6 182
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
125 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '48' 0.7465 70.3 183
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=34' AND store_id = '0' AND language_id = '1' 0.0698 70.4 183
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=48' AND store_id = '0' AND language_id = '1' 0.5064 70.9 184
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
128 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '49' 0.696 71.6 185
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
129 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.11 71.7 185
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
130 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=49' AND store_id = '0' AND language_id = '1' 0.6188 72.3 185
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
131 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '50' 0.6546 73 186
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
132 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.113 73.1 186
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
133 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=50' AND store_id = '0' AND language_id = '1' 0.6868 73.8 187
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
134 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '51' 0.8188 74.6 188
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
135 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1598 74.8 188
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=51' AND store_id = '0' AND language_id = '1' 0.5305 75.3 189
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
137 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '52' 0.8048 76.1 190
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
138 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.124 76.2 190
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=52' AND store_id = '0' AND language_id = '1' 0.5444 76.8 191
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5782 77.4 192
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=34' AND store_id = '0' AND language_id = '1' 0.1518 77.5 192
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
142 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=53' AND store_id = '0' AND language_id = '1' 0.4236 77.9 192
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.7009 78.6 193
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
144 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1325 78.8 193
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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.4875 79.3 194
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = '55' 0.7173 80 195
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
147 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0738 80 195
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=55' AND store_id = '0' AND language_id = '1' 0.5818 80.6 196
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = '56' 0.7913 81.4 197
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
150 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.112 81.5 197
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=56' AND store_id = '0' AND language_id = '1' 0.9458 82.5 198
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.8118 83.3 199
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
153 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1124 83.4 199
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
154 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=38' AND store_id = '0' AND language_id = '1' 0.5107 83.9 199
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.7353 84.6 200
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
156 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1921 84.8 201
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=37' AND store_id = '0' AND language_id = '1' 0.5047 85.3 201
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.8447 86.2 202
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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.1092 86.3 203
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=39' AND store_id = '0' AND language_id = '1' 0.3576 86.7 203
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.6582 87.3 204
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=34' AND store_id = '0' AND language_id = '1' 0.1176 87.4 204
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=40' AND store_id = '0' AND language_id = '1' 0.4311 87.9 205
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.7429 88.6 205
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
165 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1206 88.7 206
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=41' AND store_id = '0' AND language_id = '1' 0.3695 89.1 206
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5977 89.7 207
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
168 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.141 89.8 207
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=42' AND store_id = '0' AND language_id = '1' 0.4227 90.3 208
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
170 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1973 90.5 208
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/menu' 0.5395 91 209
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/header' 0.4143 91.4 217
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_setting WHERE store_id = '0' AND `code` = 'advertise_google' 0.5845 92 224
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/home' 0.3766 92.4 224
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/home.php:19 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_setting WHERE store_id = '0' AND `code` = 'advertise_google' 0.118 92.5 227
/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/home.php:19 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
Only queries containing
queries / 175 total, ms / 92 ms total
# Query Duration, ms Total, ms TTFB, ms Trace
1 SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '43' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' 3.7107 3.7 83
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
2 SELECT * FROM oc_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.7728 5.5 153
/catalog/model/catalog/category.php:10 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '40' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' 1.5899 7.1 86
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4 SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC 1.545 8.6 8
/catalog/controller/startup/startup.php:25 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/catalog/controller/startup/startup.php:25 (in `DB->query()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
5 SELECT * FROM oc_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.5176 10.1 154
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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' 1.4996 11.6 156
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
7 SELECT 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.4851 13.1 16
/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()`)
8 SELECT * FROM oc_information i LEFT JOIN oc_information_description id ON (i.information_id = id.information_id) LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id) WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1' ORDER BY i.sort_order, LCASE(id.title) ASC 1.4757 14.6 109
/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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
9 SELECT * FROM oc_banner b LEFT JOIN oc_banner_image bi ON (b.banner_id = bi.banner_id) WHERE b.banner_id = '7' AND b.status = '1' AND bi.language_id = '1' ORDER BY bi.sort_order ASC 1.4503 16 72
/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/slideshow.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleSlideshow->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/slideshow.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleSlideshow->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = '34' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.3924 17.4 177
/catalog/model/catalog/category.php:10 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '30' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' 1.2488 18.7 90
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
12 SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '42' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' 1.2033 19.9 88
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
13 SELECT * FROM oc_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.1706 21.1 18
/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()`)
14 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '24' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.0829 22.1 173
/catalog/model/catalog/category.php:10 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_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.0455 23.2 20
/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()`)
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 = '27' 1.0183 24.2 158
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
17 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '33' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.0122 25.2 175
/catalog/model/catalog/category.php:10 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/featured' 1.011 26.2 92
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/featured.php:71 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
19 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=56' AND store_id = '0' AND language_id = '1' 0.9458 27.2 198
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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.893 28.1 7
/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_currency` WHERE `status` = '1' ORDER BY `title` ASC 0.8766 28.9 12
/catalog/model/localisation/currency.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationCurrency->getCurrencies()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/startup.php:148 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/catalog/model/localisation/currency.php:15 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelLocalisationCurrency->getCurrencies()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/startup.php:148 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupStartup->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
22 SELECT * FROM oc_module WHERE module_id = '27' 0.8605 29.8 69
/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/content_top.php:60 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->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/content_top.php:60 (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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'product_id=43' AND store_id = '0' AND language_id = '1' 0.8583 30.7 85
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->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/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.8447 31.5 202
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = '17' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.832 32.3 172
/catalog/model/catalog/category.php:10 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.8188 33.2 188
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' 0.8134 34 139
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
28 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '38' 0.8118 34.8 199
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
29 SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC 0.8094 35.6 24
/catalog/model/setting/event.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingEvent->getEvents()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/event.php:7 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupEvent->index()`)
/catalog/model/setting/event.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingEvent->getEvents()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/startup/event.php:7 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupEvent->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:46 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
30 SELECT * FROM oc_layout_route WHERE 'common/home' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.8058 36.4 28
/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/common/home.php:12 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
31 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '52' 0.8048 37.2 190
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = '56' 0.7913 38 197
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '43' 0.7749 38.8 179
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_layout_module WHERE layout_id = '1' AND position = 'column_left' ORDER BY sort_order 0.7667 39.5 29
/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/common/home.php:12 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_language WHERE status = '1' ORDER BY sort_order, name 0.7603 40.3 10
/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()`)
36 SELECT * FROM oc_extension WHERE `type` = 'analytics' 0.7527 41.1 115
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
37 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '57' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 0.7506 41.8 170
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.7465 42.5 183
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = '41' 0.7429 43.3 205
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
40 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '37' 0.7353 44 200
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.7173 44.7 195
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_left' 0.7031 45.4 31
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/common/home.php:12 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = '54' 0.7009 46.1 193
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = '49' 0.696 46.8 185
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=50' AND store_id = '0' AND language_id = '1' 0.6868 47.5 187
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = '32' 0.6735 48.2 169
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_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.6694 48.9 163
/catalog/model/catalog/category.php:10 (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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
48 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '40' 0.6582 49.5 204
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
49 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '50' 0.6546 50.2 186
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_module WHERE module_id = '28' 0.647 50.8 77
/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/content_top.php:60 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->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/content_top.php:60 (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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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.6319 51.5 181
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_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.6299 52.1 160
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=49' AND store_id = '0' AND language_id = '1' 0.6188 52.7 185
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/featured' OR route = 'en-gb') 0.6117 53.3 78
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/extension/module/featured.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 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.6105 53.9 16
/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()`)
56 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/slideshow' 0.6034 54.5 73
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/extension/module/slideshow.php:29 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleSlideshow->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 DELETE FROM oc_cart WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR) 0.6033 55.1 22
/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()`)
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 = '42' 0.5977 55.7 207
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = '46' 0.597 56.3 161
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_setting WHERE store_id = '0' AND `code` = 'advertise_google' 0.5845 56.9 224
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
61 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=55' AND store_id = '0' AND language_id = '1' 0.5818 57.5 196
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5782 58.1 192
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
63 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'en-gb') 0.5684 58.7 150
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=24' AND store_id = '0' AND language_id = '1' 0.5601 59.2 174
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = 'extension/total/credit' OR route = 'en-gb') 0.5524 59.8 139
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'en-gb') 0.5516 60.3 142
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
67 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' 0.5477 60.9 166
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
68 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.5475 61.4 157
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=52' AND store_id = '0' AND language_id = '1' 0.5444 62 191
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
70 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/menu' 0.5395 62.5 209
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = '44' 0.5342 63 180
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = '29' 0.5308 63.6 164
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=51' AND store_id = '0' AND language_id = '1' 0.5305 64.1 189
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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.5136 64.6 166
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=38' AND store_id = '0' AND language_id = '1' 0.5107 65.1 199
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=33' AND store_id = '0' AND language_id = '1' 0.5094 65.6 176
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_seo_url WHERE `query` = 'category_id=48' AND store_id = '0' AND language_id = '1' 0.5064 66.1 184
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=37' AND store_id = '0' AND language_id = '1' 0.5047 66.6 201
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
79 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '28' 0.4925 67.1 165
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
80 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' 0.4896 67.6 157
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
81 SELECT * FROM oc_layout_module WHERE layout_id = '1' AND position = 'column_right' ORDER BY sort_order 0.489 68.1 65
/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/common/home.php:13 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=54' AND store_id = '0' AND language_id = '1' 0.4875 68.6 194
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
83 SELECT * FROM oc_banner b LEFT JOIN oc_banner_image bi ON (b.banner_id = bi.banner_id) WHERE b.banner_id = '8' AND b.status = '1' AND bi.language_id = '1' ORDER BY bi.sort_order ASC 0.4855 69.1 97
/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/carousel.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCarousel->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/carousel.php:15 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCarousel->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
84 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '31' 0.4846 69.6 167
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = 'extension/module/carousel' 0.4747 70 98
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/carousel.php:29 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleCarousel->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=17' AND store_id = '0' AND language_id = '1' 0.4554 70.5 172
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = '45' 0.436 70.9 162
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=40' AND store_id = '0' AND language_id = '1' 0.4311 71.4 205
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
89 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=53' AND store_id = '0' AND language_id = '1' 0.4236 71.8 192
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '503d0a2de9eca8058a60fcc371' 0.4231 72.2 133
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
91 SELECT * FROM oc_seo_url WHERE `query` = 'product_id=40' AND store_id = '0' AND language_id = '1' 0.4229 72.6 87
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->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/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=42' AND store_id = '0' AND language_id = '1' 0.4227 73.1 208
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=32' AND store_id = '0' AND language_id = '1' 0.4225 73.5 169
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_module WHERE module_id = '29' 0.4208 73.9 96
/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/content_top.php:60 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->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/content_top.php:60 (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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
95 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/header' 0.4143 74.3 217
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_currency 0.3994 74.7 14
/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()`)
97 SELECT * FROM oc_layout_module WHERE layout_id = '1' AND position = 'content_bottom' ORDER BY sort_order 0.3986 75.1 103
/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/common/home.php:15 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'en-gb') 0.3977 75.5 106
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php: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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
99 SELECT * FROM oc_seo_url WHERE `query` = 'product_id=42' AND store_id = '0' AND language_id = '1' 0.3958 75.9 89
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->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/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
100 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=47' AND store_id = '0' AND language_id = '1' 0.3953 76.3 182
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
101 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_right' 0.3941 76.7 66
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/common/home.php:13 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
102 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'en-gb') 0.394 77.1 125
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
103 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.3921 77.5 167
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=43' AND store_id = '0' AND language_id = '1' 0.3787 77.9 179
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=29' AND store_id = '0' AND language_id = '1' 0.3771 78.2 164
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/home' 0.3766 78.6 224
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/home.php:19 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
107 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=41' AND store_id = '0' AND language_id = '1' 0.3695 79 206
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
108 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=44' AND store_id = '0' AND language_id = '1' 0.3691 79.3 181
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
109 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer' 0.3671 79.7 111
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
110 SELECT * FROM oc_seo_url WHERE `query` = 'information_id=4' AND store_id = '0' AND language_id = '1' 0.3667 80.1 109
/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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
111 SELECT * FROM oc_seo_url WHERE `query` = 'information_id=5' AND store_id = '0' AND language_id = '1' 0.3605 80.4 110
/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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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/header' OR route = 'en-gb') 0.3594 80.8 116
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_bottom' 0.3593 81.2 104
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/common/home.php:15 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_layout_module WHERE layout_id = '1' AND position = 'content_top' ORDER BY sort_order 0.3584 81.5 68
/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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=39' AND store_id = '0' AND language_id = '1' 0.3576 81.9 203
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=57' AND store_id = '0' AND language_id = '1' 0.3569 82.2 171
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
117 SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'en-gb') 0.3466 82.6 130
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/search.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonSearch->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:76 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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.3451 82.9 168
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'product_id=30' AND store_id = '0' AND language_id = '1' 0.3427 83.3 91
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->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/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
120 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.3256 83.6 179
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency' 0.325 83.9 126
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/currency.php:47 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCurrency->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:75 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_top' 0.3216 84.2 101
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/content_top.php:72 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'en-gb') 0.3168 84.6 117
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=27' AND store_id = '0' AND language_id = '1' 0.3101 84.9 159
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=45' AND store_id = '0' AND language_id = '1' 0.3051 85.2 162
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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.3017 85.5 164
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/language' 0.2984 85.8 118
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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` = 'information_id=6' AND store_id = '0' AND language_id = '1' 0.2965 86.1 109
/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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_extension WHERE `type` = 'total' 0.2941 86.4 134
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'en-gb') 0.2867 86.7 133
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/translation.php:6 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTranslation->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:286 (in `Event->trigger()`)
/catalog/controller/common/cart.php:4 (in `Loader->language()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 = 'extension/total/sub_total' OR route = 'en-gb') 0.2824 86.9 135
/catalog/model/design/translation.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTranslation->getTranslations()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
132 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.2778 87.2 161
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
133 SELECT * FROM oc_seo_url WHERE `query` = 'information_id=3' AND store_id = '0' AND language_id = '1' 0.2757 87.5 110
/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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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/cart' 0.27 87.8 143
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/event/theme.php:25 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerEventTheme->index()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:183 (in `Event->trigger()`)
/catalog/controller/common/cart.php:136 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
135 SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/search' 0.2667 88 130
/catalog/model/design/theme.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignTheme->getTheme()`)
/system/engine/proxy.php: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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=46' AND store_id = '0' AND language_id = '1' 0.2482 88.3 161
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
137 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.2147 88.5 159
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
138 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1973 88.7 208
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=34' AND store_id = '0' AND language_id = '1' 0.1921 88.9 201
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=34' AND store_id = '0' AND language_id = '1' 0.1598 89 188
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=34' AND store_id = '0' AND language_id = '1' 0.1518 89.2 192
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_layout_route WHERE 'common/home' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.1463 89.3 103
/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/common/home.php:15 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
143 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.1428 89.5 159
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_layout_route WHERE 'common/home' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.1421 89.6 68
/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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
145 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.141 89.8 207
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_layout_route WHERE 'common/home' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 0.1381 89.9 65
/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/common/home.php:13 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
147 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1325 90 193
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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.124 90.2 190
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
149 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1206 90.3 206
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
150 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '503d0a2de9eca8058a60fcc371' 0.1199 90.4 142
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_setting WHERE store_id = '0' AND `code` = 'advertise_google' 0.118 90.5 227
/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/home.php:19 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=34' AND store_id = '0' AND language_id = '1' 0.1176 90.6 204
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '503d0a2de9eca8058a60fcc371' 0.1167 90.7 143
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/catalog/controller/common/cart.php:57 (in `Cart\Cart->getProducts()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
154 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1147 90.9 170
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:43 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
155 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.113 91 186
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
156 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1124 91.1 199
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
157 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.112 91.2 197
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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.1118 91.3 169
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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.11 91.4 185
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
160 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1092 91.5 203
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
161 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1054 91.6 180
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '503d0a2de9eca8058a60fcc371' 0.1043 91.7 136
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 SET time_zone = '+02:00' 0.1002 91.8 8
/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()`)
164 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0968 91.9 165
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
165 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0961 92 168
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
166 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0738 92.1 195
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
167 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0698 92.2 183
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
168 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0656 92.2 166
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=18' AND store_id = '0' AND language_id = '1' 0.063 92.3 162
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
170 SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0619 92.4 181
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '503d0a2de9eca8058a60fcc371' 0.061 92.4 135
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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=18' AND store_id = '0' AND language_id = '1' 0.0587 92.5 162
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_translation WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '') 0 92.5 -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]
174 SELECT `data` FROM `oc_session` WHERE `session_id` = '503d0a2de9eca8058a60fcc371' AND `expire` > '2024-11-20 22:48:57' 0 92.5 -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]
175 SET time_zone = '+00:00' 0 92.5 -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
19
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1'
~3
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.3256
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1973
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1921
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1598
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1518
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1325
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.124
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1206
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1176
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.113
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1124
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.112
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.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/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1092
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1054
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0738
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0698
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0619
Show all Show first 5
6
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1'
~1
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.3017
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1147
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1118
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0968
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0961
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0656
Show all Show first 5
5
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '503d0a2de9eca8058a60fcc371'
~1
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:331 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:10 (in `Cart\Cart->getTaxes()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/system/library/cart/cart.php:36 (in `DB->query()`)
/system/library/cart/cart.php:331 (in `Cart\Cart->getProducts()`)
/catalog/controller/common/cart.php:10 (in `Cart\Cart->getTaxes()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonCart->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:77 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.4231
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1199
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1167
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1043
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.061
Show all Show first 5
4
SELECT * FROM oc_layout_route WHERE 'common/home' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1
~1
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/catalog/model/design/layout.php:4 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelDesignLayout->getLayout()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/column_left.php:35 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonColumnLeft->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:12 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.8058
/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/common/home.php:15 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1463
/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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1421
/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/common/home.php:13 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1381
Show all Show first 5
3
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1'
~0
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.2778
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.063
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.0587
Show all Show first 5
3
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1'
~1
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.5475
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.2147
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.1428
Show all Show first 5
2
SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google'
~1
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/catalog/model/setting/setting.php:6 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelSettingSetting->getSetting()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/system/library/googleshopping/traits/storeloader.php:11 (in `Proxy->__call()`)
/catalog/controller/extension/advertise/google.php:21 (in `ControllerExtensionAdvertiseGoogle->loadStore()`)
/system/storage/modification/system/engine/action.php:71 (in `ControllerExtensionAdvertiseGoogle->__construct()`)
/system/engine/event.php:62 (in `Action->execute()`)
/system/storage/modification/system/engine/loader.php:205 (in `Event->trigger()`)
/catalog/controller/common/header.php:80 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.5845
/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/home.php:19 (in `Loader->view()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
0.118
Show all Show first 5
Quantity Query Duration, ms Total, ms Trace
54
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=56' AND store_id = '0' AND language_id = '1' 0.9458
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=50' AND store_id = '0' AND language_id = '1' 0.6868
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=49' AND store_id = '0' AND language_id = '1' 0.6188
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=55' AND store_id = '0' AND language_id = '1' 0.5818
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=28' AND store_id = '0' AND language_id = '1' 0.5477
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.5475
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=52' AND store_id = '0' AND language_id = '1' 0.5444
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=51' AND store_id = '0' AND language_id = '1' 0.5305
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=38' AND store_id = '0' AND language_id = '1' 0.5107
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=48' AND store_id = '0' AND language_id = '1' 0.5064
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=37' AND store_id = '0' AND language_id = '1' 0.5047
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' 0.4896
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=54' AND store_id = '0' AND language_id = '1' 0.4875
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=40' AND store_id = '0' AND language_id = '1' 0.4311
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=53' AND store_id = '0' AND language_id = '1' 0.4236
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=42' AND store_id = '0' AND language_id = '1' 0.4227
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' AND store_id = '0' AND language_id = '1' 0.4225
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=47' AND store_id = '0' AND language_id = '1' 0.3953
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=30' AND store_id = '0' AND language_id = '1' 0.3921
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=43' AND store_id = '0' AND language_id = '1' 0.3787
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=29' AND store_id = '0' AND language_id = '1' 0.3771
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=41' AND store_id = '0' AND language_id = '1' 0.3695
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=44' AND store_id = '0' AND language_id = '1' 0.3691
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=39' AND store_id = '0' AND language_id = '1' 0.3576
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=31' AND store_id = '0' AND language_id = '1' 0.3451
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.3256
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=27' AND store_id = '0' AND language_id = '1' 0.3101
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=45' AND store_id = '0' AND language_id = '1' 0.3051
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.3017
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.2778
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=46' AND store_id = '0' AND language_id = '1' 0.2482
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1921
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1598
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1518
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.1428
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.141
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1325
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.124
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1206
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1176
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.113
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1124
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.112
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1118
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.11
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1092
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1054
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0968
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0961
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0738
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0698
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.0656
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.0619
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.0587
Show all Show first 5
~17
/catalog/controller/startup/seo_url.php:91 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/common/menu.php:32 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
27
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '26' 1.4996
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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' 1.0183
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.8447
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.8188
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.8118
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '52' 0.8048
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.7913
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '43' 0.7749
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.7465
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.7429
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.7353
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.7173
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.7009
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.696
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.6735
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.6582
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.6546
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.6319
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5977
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.597
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5782
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '44' 0.5342
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5308
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.5136
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.4925
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.4846
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_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.436
Show all Show first 5
~19
/catalog/model/catalog/product.php:513 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getTotalProducts()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:31 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
8
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=24' AND store_id = '0' AND language_id = '1' 0.5601
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=33' AND store_id = '0' AND language_id = '1' 0.5094
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=17' AND store_id = '0' AND language_id = '1' 0.4554
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=57' AND store_id = '0' AND language_id = '1' 0.3569
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=20' AND store_id = '0' AND language_id = '1' 0.2147
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=34' AND store_id = '0' AND language_id = '1' 0.1973
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=25' AND store_id = '0' AND language_id = '1' 0.1147
SELECT * FROM oc_seo_url WHERE `query` = 'category_id=18' AND store_id = '0' AND language_id = '1' 0.063
Show all Show first 5
~2
/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/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
8
SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '20' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.5176
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.3924
SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '24' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) 1.0829
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.0122
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.832
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.7506
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.6694
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.6299
Show all Show first 5
~8
/catalog/model/catalog/category.php:10 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogCategory->getCategories()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/common/menu.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonMenu->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/header.php:78 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHeader->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:17 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4
SELECT * FROM oc_seo_url WHERE `query` = 'information_id=4' AND store_id = '0' AND language_id = '1' 0.3667
SELECT * FROM oc_seo_url WHERE `query` = 'information_id=5' AND store_id = '0' AND language_id = '1' 0.3605
SELECT * FROM oc_seo_url WHERE `query` = 'information_id=6' AND store_id = '0' AND language_id = '1' 0.2965
SELECT * FROM oc_seo_url WHERE `query` = 'information_id=3' AND store_id = '0' AND language_id = '1' 0.2757
Show all Show first 5
~1
/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/common/home.php:16 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
4
SELECT * FROM oc_seo_url WHERE `query` = 'product_id=43' AND store_id = '0' AND language_id = '1' 0.8583
SELECT * FROM oc_seo_url WHERE `query` = 'product_id=40' AND store_id = '0' AND language_id = '1' 0.4229
SELECT * FROM oc_seo_url WHERE `query` = 'product_id=42' AND store_id = '0' AND language_id = '1' 0.3958
SELECT * FROM oc_seo_url WHERE `query` = 'product_id=30' AND store_id = '0' AND language_id = '1' 0.3427
Show all Show first 5
~2
/catalog/controller/startup/seo_url.php:80 (in `DB->query()`)
/system/library/url.php:64 (in `ControllerStartupSeoUrl->rewrite()`)
/catalog/controller/extension/module/featured.php:64 (in `Url->link()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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 DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '43' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' 3.7107
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '40' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' 1.5899
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '30' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' 1.2488
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '42' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' 1.2033
Show all Show first 5
~8
/catalog/model/catalog/product.php:8 (in `DB->query()`)
/system/storage/modification/system/engine/loader.php:330 (in `ModelCatalogProduct->getProduct()`)
/system/engine/proxy.php:47 (in `Loader->{closure}()`)
/catalog/controller/extension/module/featured.php:20 (in `Proxy->__call()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerExtensionModuleFeatured->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/content_top.php:63 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonContentTop->index()`)
/system/storage/modification/system/engine/loader.php:102 (in `Action->execute()`)
/catalog/controller/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.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_module WHERE module_id = '27' 0.8605
SELECT * FROM oc_module WHERE module_id = '28' 0.647
SELECT * FROM oc_module WHERE module_id = '29' 0.4208
Show all Show first 5
~2
/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/content_top.php:60 (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/common/home.php:14 (in `Loader->controller()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerCommonHome->index()`)
/catalog/controller/startup/router.php:25 (in `Action->execute()`)
/system/storage/modification/system/engine/action.php:79 (in `ControllerStartupRouter->index()`)
/system/engine/router.php:67 (in `Action->execute()`)
/system/engine/router.php:56 (in `Router->execute()`)
/system/framework.php:169 (in `Router->dispatch()`)
/system/startup.php:104 (in `require_once()`)
/index.php:19 (in `start()`)
Short Manual
Concerning [happened before `session`, not measured...] Why are some events and queries listed as `happened before session, not measured`?

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

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

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

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

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

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