| 420 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) LIMIT 1 |
31.802
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:175 (initSearch)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE `id_category`
FROM `prstshp_category_shop`
WHERE `id_category` = 26
AND `id_shop` = 1 LIMIT 1 |
31.225
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:133 (existsInShop)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
26.936
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 525 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1270
ORDER BY f.position ASC |
24.623
ms
|
108 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
24.441
ms
|
113 |
|
|
/classes/module/Module.php:345
/modules/ps_mbo/ps_mbo.php:106 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
24.014
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 418 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `prstshp_feature` f INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `prstshp_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `prstshp_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `prstshp_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC |
22.604
ms
|
1079 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
/modules/ps_facetedsearch/src/Filters/Converter.php:388 (getFeatures)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
20.806
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
20.465
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 173 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
19.747
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 408 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_accounts" LIMIT 1 |
19.326
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:257
/src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:329 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:66 (getPsAccountsService)
/var/cache/dev/Ps_facebookFrontContainer.php:272 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1078 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
19.310
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 395 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_accounts" LIMIT 1 |
19.126
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:257
/src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:329 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:41 (getPsAccountsService)
/var/cache/dev/Ps_checkout8505FrontContainer.php:1597 (__construct)
/var/cache/dev/Ps_checkout8505FrontContainer.php:1637 (getPsAccountRepositoryService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getMerchantValidatorService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1112 (getService)
/modules/ps_checkout/ps_checkout.php:1177 (getService)
/modules/ps_checkout/ps_checkout.php:283 (merchantIsValid)
/classes/Hook.php:1078 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/classes/controller/FrontController.php:993 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 536 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1272
ORDER BY f.position ASC |
18.607
ms
|
116 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 514 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1269
ORDER BY f.position ASC |
18.584
ms
|
131 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 576 AND `id_group` = 1 LIMIT 1 |
17.716
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
17.190
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 471 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 576
AND image_shop.`cover` = 1 LIMIT 1 |
17.108
ms
|
10 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
17.069
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 483 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
16.753
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE * FROM `prstshp_currency` c ORDER BY `iso_code` ASC |
16.715
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
16.643
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 343 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
16.443
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 325 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
16.359
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 358 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
16.210
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 547 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1263
ORDER BY `position` |
16.074
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
15.979
ms
|
113 |
|
|
/classes/module/Module.php:345
/modules/psxdesign/psxdesign.php:68 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (2006, 2096, 1932))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='18' AND c.nleft>=15 AND c.nright<=16 GROUP BY p.id_product) p INNER JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN prstshp_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=390)) AND ((fp_1.id_feature_value IN (2006, 2096, 1932))) GROUP BY fp.id_feature_value |
15.878
ms
|
4332 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
15.683
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 440 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (2006, 2096, 1932))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='18' AND c.nleft>=15 AND c.nright<=16 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) AND ((fp_1.id_feature_value IN (2006, 2096, 1932))) |
15.637
ms
|
4332 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:494 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (2006, 2096, 1932))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='18' AND c.nleft>=15 AND c.nright<=16 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (2006, 2096, 1932))) |
15.622
ms
|
4332 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:505 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `prstshp_feature_value` v LEFT JOIN `prstshp_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `prstshp_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 168 ORDER BY vl.`value` ASC |
15.530
ms
|
54 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `prstshp_feature_value` v LEFT JOIN `prstshp_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `prstshp_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 512 ORDER BY vl.`value` ASC |
15.447
ms
|
15 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
15.406
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 348 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
15.325
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 784 |
SELECT SQL_NO_CACHE *
FROM `prstshp_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
15.289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
15.211
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 480 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 576 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 576 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
14.966
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 759 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1272
ORDER BY `position` |
14.953
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/modules/cz_imagehover/cz_imagehover.php:74 (getImages)
/classes/Hook.php:1078 (hookDisplayCzHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:303 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3652760a7_99524441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365252a75_69522288)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:96 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
14.902
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 482 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1262
AND image_shop.`cover` = 1 LIMIT 1 |
14.790
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 552 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1270) AND (b.`id_shop` = 1) LIMIT 1 |
14.541
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
14.359
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 548 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1263 |
14.163
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
14.102
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 146 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
14.088
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 375 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) AND (b.`id_shop` = 1) LIMIT 1 |
14.086
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:78 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
13.890
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 396 |
SELECT SQL_NO_CACHE 1 FROM prstshp_cart_product cp INNER JOIN prstshp_product p
ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
13.760
ms
|
1 |
|
|
/classes/Cart.php:4243
/classes/Cart.php:4218 (hasProducts)
/classes/Cart.php:2133 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1259 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1259 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
13.654
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 798 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "cz_themeoptions" LIMIT 1 |
13.212
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
13.004
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 33 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
12.956
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 800 |
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
12.734
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/czuecookie/czuecookie.php:135 (__construct)
/classes/Hook.php:1078 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_group`
WHERE `id_group` = 1 LIMIT 1 |
12.640
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
12.572
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 470 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1259
ORDER BY f.position ASC |
12.570
ms
|
120 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 576 LIMIT 1 |
12.528
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
12.451
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
12.380
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 117 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
12.375
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 474 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 576) |
12.324
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (2006, 2096, 1932))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='18' AND c.nleft>=15 AND c.nright<=16 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=2)) AND ((fp_1.id_feature_value IN (2006, 2096, 1932))) GROUP BY pac.id_attribute |
12.039
ms
|
2888 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
11.804
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 195 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
11.790
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 344 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
11.747
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 432 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (2006, 2096, 1932))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='18' AND c.nleft>=15 AND c.nright<=16 GROUP BY p.id_product) p INNER JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN prstshp_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=135)) AND ((fp_1.id_feature_value IN (2006, 2096, 1932))) GROUP BY fp.id_feature_value |
11.647
ms
|
4332 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (2006, 2096, 1932))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='18' AND c.nleft>=15 AND c.nright<=16 GROUP BY p.id_product) p INNER JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN prstshp_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=199)) AND ((fp_1.id_feature_value IN (2006, 2096, 1932))) GROUP BY fp.id_feature_value |
11.636
ms
|
4332 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
11.519
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 43 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
11.320
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 762 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
11.218
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
11.185
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 247 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
11.165
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 279 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
10.867
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 313 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
10.840
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 394 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
10.721
ms
|
113 |
|
|
/classes/module/Module.php:345
/modules/blockreassurance/blockreassurance.php:102 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/controller/FrontController.php:993 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 484 |
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1262 LIMIT 1 |
10.720
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
10.651
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 463 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1259 AND `id_group` = 1 LIMIT 1 |
10.415
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
10.370
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 431 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `prstshp_feature_value` v LEFT JOIN `prstshp_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `prstshp_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 27 ORDER BY vl.`value` ASC |
10.184
ms
|
26 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
9.967
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 134 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
9.905
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 91 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
9.870
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 747 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1259
ORDER BY `position` |
9.867
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/modules/cz_imagehover/cz_imagehover.php:74 (getImages)
/classes/Hook.php:1078 (hookDisplayCzHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:303 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3652760a7_99524441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365252a75_69522288)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:96 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
9.740
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 301 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
9.702
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 202 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
9.653
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 59 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
9.537
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 417 |
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `prstshp_attribute_group` ag INNER JOIN prstshp_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `prstshp_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `prstshp_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
9.521
ms
|
4 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
/modules/ps_facetedsearch/src/Filters/Converter.php:413 (getAttributesGroups)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
9.504
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 341 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
9.492
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 554 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1270 |
9.469
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 576) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
9.327
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
9.292
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 499 |
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 1263 LIMIT 1 |
9.152
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
9.105
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 513 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1269 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1269 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
9.091
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
9.088
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 468 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1259) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
9.082
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (2006, 2096, 1932))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=15 AND c.nright<=16 GROUP BY p.id_product) p LEFT JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (2006, 2096, 1932))) GROUP BY p.id_manufacturer |
9.045
ms
|
4332 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:661 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
9.016
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 537 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1259) AND (b.`id_shop` = 1) LIMIT 1 |
9.015
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
8.899
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 373 |
SELECT SQL_NO_CACHE `active`
FROM `prstshp_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
8.767
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:325
/modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php:65 (checkModuleStatus)
/classes/Hook.php:1078 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
8.758
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 382 |
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
8.697
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `prstshp_configuration` c
LEFT JOIN `prstshp_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
8.679
ms
|
929 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 87 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
8.580
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 13 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `prstshp_module` m
INNER JOIN prstshp_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `prstshp_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `prstshp_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `prstshp_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
8.579
ms
|
222 |
Yes
|
Yes
|
/classes/Hook.php:1268
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 175 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
8.573
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 108 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
8.550
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 305 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
8.504
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 25 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
8.399
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 17 |
SELECT SQL_NO_CACHE m.* FROM `prstshp_module` m WHERE m.`active` = 1 |
8.393
ms
|
113 |
|
|
/src/Adapter/Module/Repository/ModuleRepository.php:100
/src/Adapter/Module/Repository/ModuleRepository.php:124 (getActiveModules)
/src/PrestaShopBundle/Translation/TranslatorLanguageLoader.php:131 (getActiveModulesPaths)
/classes/Context.php:519 (loadLanguage)
/classes/Context.php:453 (getTranslatorFromLocale)
/classes/module/Module.php:3363 (getTranslator)
/classes/module/Module.php:3378 (getTranslator)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 756 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1269) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
8.368
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:325 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3652760a7_99524441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365252a75_69522288)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:96 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
8.354
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 342 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
8.340
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 444 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='18' AND c.nleft>=15 AND c.nright<=16 GROUP BY p.id_product) p INNER JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=512)) GROUP BY fp.id_feature_value |
8.262
ms
|
4356 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 448 |
REPLACE INTO prstshp_layered_filter_block (hash, data) VALUES ("ec1807b8f46cb89f749930b982f84f2c", "a:1:{s:7:\"filters\";a:11:{i:0;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Marque\";s:6:\"values\";a:3:{i:6;a:2:{s:4:\"name\";s:2:\"HP\";s:3:\"nbr\";s:1:\"1\";}i:7;a:2:{s:4:\"name\";s:7:\"SAMSUNG\";s:3:\"nbr\";s:1:\"5\";}i:18;a:3:{s:4:\"name\";s:5:\"HPPRO\";s:3:\"nbr\";s:2:\"19\";s:7:\"checked\";b:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:3:\"511\";s:6:\"values\";a:3:{i:1908;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"8 Go\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1964;a:4:{s:3:\"nbr\";s:2:\"12\";s:4:\"name\";s:5:\"16 Go\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2112;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:5:\"32 Go\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:13:\"Mémoire vive\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"27\";s:6:\"values\";a:1:{i:87;a:4:{s:3:\"nbr\";s:2:\"19\";s:4:\"name\";s:6:\"Argent\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:18:\"Couleur du produit\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:3:\"135\";s:6:\"values\";a:2:{i:1078;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:15:\"Windows 11 Home\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1122;a:4:{s:3:\"nbr\";s:2:\"17\";s:4:\"name\";s:14:\"Windows 11 Pro\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:33:\"Système d\'exploitation installé\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:4;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:3:\"442\";s:6:\"values\";a:3:{i:1541;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:4:\"1 To\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1403;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:6:\"256 Go\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1422;a:4:{s:3:\"nbr\";s:2:\"13\";s:4:\"name\";s:6:\"512 Go\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:20:\"Capacité SDD totale\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:5;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:4:\"Prix\";s:3:\"max\";d:5010;s:3:\"min\";d:679;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:3:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:3:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:19;s:5:\"value\";N;}i:6;a:12:{s:9:\"type_lite\";s:6:\"weight\";s:4:\"type\";s:6:\"weight\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Poids\";s:3:\"max\";d:2.12;s:3:\"min\";d:1.18;s:4:\"unit\";s:2:\"kg\";s:14:\"specifications\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:5:\"value\";N;s:3:\"nbr\";i:19;}i:7;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:14:\"Disponibilité\";s:6:\"values\";a:2:{i:2;a:2:{s:4:\"name\";s:8:\"En stock\";s:3:\"nbr\";i:19;}i:0;a:2:{s:4:\"name\";s:14:\"Non disponible\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:8;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:3:\"168\";s:6:\"values\";a:4:{i:2340;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:15:\"33.8 cm (13.3\")\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2271;a:4:{s:3:\"nbr\";s:1:\"9\";s:4:\"name\";s:13:\"35.6 cm (14\")\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2232;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:15:\"39.6 cm (15.6\")\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2335;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:13:\"40.6 cm (16\")\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:18:\"Taille de l\'écran\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:9;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:3:\"512\";s:6:\"values\";a:8:{i:1937;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:14:\"AMD Ryzen™ 5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1981;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:14:\"AMD Ryzen™ 7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2051;a:4:{s:3:\"nbr\";s:2:\"14\";s:4:\"name\";s:18:\"Intel Core Ultra 5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2096;a:5:{s:3:\"nbr\";s:2:\"16\";s:4:\"name\";s:18:\"Intel Core Ultra 7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:1932;a:5:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:18:\"Intel® Core™ i3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:1967;a:4:{s:3:\"nbr\";s:1:\"8\";s:4:\"name\";s:18:\"Intel® Core™ i5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1998;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:18:\"Intel® Core™ i7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2073;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:19:\"Qualcomm Snapdragon\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:10:\"Processeur\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:10;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:3:\"390\";s:6:\"values\";a:3:{i:1818;a:4:{s:3:\"nbr\";s:1:\"5\";s:4:\"name\";s:18:\"Intel Arc Graphics\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1689;a:4:{s:3:\"nbr\";s:2:\"11\";s:4:\"name\";s:14:\"Intel Graphics\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1121;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:20:\"Intel® UHD Graphics\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:15:\"Carte graphique\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}") |
8.201
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:211
/modules/ps_facetedsearch/src/Product/SearchProvider.php:219 (insertIntoCache)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 793 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
8.190
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
8.162
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 307 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
8.097
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 36 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
8.078
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 289 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.953
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 159 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.941
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 163 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.930
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 433 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `prstshp_feature_value` v LEFT JOIN `prstshp_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `prstshp_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 135 ORDER BY vl.`value` ASC |
7.916
ms
|
18 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 473 |
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 576 LIMIT 1 |
7.832
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (2006, 2096, 1932))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='18' AND c.nleft>=15 AND c.nright<=16 GROUP BY p.id_product) p INNER JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN prstshp_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=168)) AND ((fp_1.id_feature_value IN (2006, 2096, 1932))) GROUP BY fp.id_feature_value |
7.793
ms
|
4332 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.787
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 181 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.774
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 347 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
7.749
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 65 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.730
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 435 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (2006, 2096, 1932))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='18' AND c.nleft>=15 AND c.nright<=16 GROUP BY p.id_product) p INNER JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN prstshp_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=442)) AND ((fp_1.id_feature_value IN (2006, 2096, 1932))) GROUP BY fp.id_feature_value |
7.630
ms
|
4332 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.624
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 652 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) LIMIT 1 |
7.604
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.564
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 428 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (2006, 2096, 1932))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='18' AND c.nleft>=15 AND c.nright<=16 GROUP BY p.id_product) p INNER JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN prstshp_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=511)) AND ((fp_1.id_feature_value IN (2006, 2096, 1932))) GROUP BY fp.id_feature_value |
7.522
ms
|
4332 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.488
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 77 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.463
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 259 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.454
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 303 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.431
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 481 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 576
ORDER BY f.position ASC |
7.417
ms
|
112 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1262 AND id_shop=1 LIMIT 1 |
7.333
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 825 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 347) AND (b.`id_shop` = 1) LIMIT 1 |
7.208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/czsalenotification/czsalenotification.php:528 (getProductLink)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.205
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 89 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.175
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 257 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.124
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 357 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.120
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 52 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
7.104
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 75 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.097
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 271 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.066
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 37 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.064
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 113 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.016
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 352 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.956
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 161 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.933
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 144 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
6.927
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 157 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.916
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 73 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.895
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 184 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
6.866
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 365 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
6.856
ms
|
113 |
|
|
/classes/module/Module.php:345
/modules/colissimo/colissimo.php:114 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 366 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `prstshp_meta` m
LEFT JOIN `prstshp_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
6.813
ms
|
55 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 255 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.789
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 116 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
6.771
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 186 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
6.764
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 485 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1262) |
6.748
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.735
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 137 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.688
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 50 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
6.671
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 291 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.629
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 67 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.628
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 204 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
6.614
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 299 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.614
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 333 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.586
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 69 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.577
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 727 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 100) LIMIT 1 |
6.577
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
6.542
ms
|
113 |
|
|
/classes/module/Module.php:345
/modules/psassistant/psassistant.php:73 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 835 |
INSERT INTO `prstshp_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('4524620', '6', '3628718162', '', '1', '1', '2025-11-28 14:28:05') |
6.523
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/Connection.php:188 (add)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1078 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:380 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.516
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 458 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `prstshp_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `prstshp_hook_alias` ha
INNER JOIN `prstshp_hook` h ON ha.name = h.name |
6.506
ms
|
0 |
|
|
/classes/Hook.php:1327
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.504
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 337 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.500
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 293 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.496
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 31 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.492
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 205 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.485
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 95 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.421
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 171 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.417
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 166 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
6.388
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 262 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
6.295
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 213 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.267
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 97 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.265
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 453 |
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 18
AND `active` = 1 LIMIT 1 |
6.254
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5665 (getNameById)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
6.230
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 447 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `prstshp_feature_value` v LEFT JOIN `prstshp_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `prstshp_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 390 ORDER BY vl.`value` ASC |
6.229
ms
|
20 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
6.213
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 277 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.194
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 193 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.192
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 47 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.190
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 105 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.053
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 836 |
INSERT INTO `prstshp_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('4494563', '', 'newstore.wbconcept.com/26-pc-portable?page=2&q=Marque-HPPRO%2FProcesseur-Intel+Core+5-Intel+Core+Ultra+7-Intel%C2%AE+Core%E2%84%A2+i3', '', '2025-11-28 14:28:05') |
6.049
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1078 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:380 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
6.045
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 216 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
6.010
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 459 |
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `prstshp_hook_module` hm
STRAIGHT_JOIN `prstshp_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `prstshp_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
6.008
ms
|
579 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 496 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1263) |
6.003
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
5.984
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 142 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
5.909
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 287 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
5.899
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 349 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
5.880
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 178 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
5.866
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 218 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
5.858
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 296 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
5.839
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 123 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
5.785
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 231 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
5.773
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 85 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
5.746
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 100 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
5.697
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 245 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
5.656
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 439 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (2006, 2096, 1932))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='18' AND c.nleft>=15 AND c.nright<=16 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN prstshp_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) AND ((fp_1.id_feature_value IN (2006, 2096, 1932))) |
5.656
ms
|
54872 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:787 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:480 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
5.630
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 426 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 2 ORDER BY agl.`name` ASC, a.`position` ASC |
5.577
ms
|
14 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
5.514
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM prstshp_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
5.506
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
| 505 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
5.485
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 576 AND id_shop=1 LIMIT 1 |
5.412
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
5.393
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 436 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `prstshp_feature_value` v LEFT JOIN `prstshp_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `prstshp_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 442 ORDER BY vl.`value` ASC |
5.383
ms
|
5 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
5.371
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 466 |
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 1259 LIMIT 1 |
5.368
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE *
FROM `prstshp_tax_lang`
WHERE `id_tax` = 1 |
5.299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `prstshp_feature_value` v LEFT JOIN `prstshp_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `prstshp_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 511 ORDER BY vl.`value` ASC |
5.296
ms
|
6 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
5.276
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 421 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 26 AND `id_shop` = 1 |
5.275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:175 (initSearch)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 813 |
SELECT SQL_NO_CACHE * FROM `prstshp_image_shop` image_shop
WHERE image_shop.`id_product` = 214
AND image_shop.`cover`= 1 LIMIT 1 |
5.232
ms
|
4 |
|
|
/classes/Image.php:401
/modules/czsalenotification/czsalenotification.php:529 (getCover)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 821 |
SELECT SQL_NO_CACHE * FROM `prstshp_image_shop` image_shop
WHERE image_shop.`id_product` = 267
AND image_shop.`cover`= 1 LIMIT 1 |
4.976
ms
|
5 |
|
|
/classes/Image.php:401
/modules/czsalenotification/czsalenotification.php:529 (getCover)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE data FROM prstshp_layered_filter_block WHERE hash="ec1807b8f46cb89f749930b982f84f2c" LIMIT 1 |
4.955
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:212 (getFromCache)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
4.926
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 210 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
4.907
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 797 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 100 AND `id_shop` = 1 LIMIT 1 |
4.866
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 515 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1270
AND image_shop.`cover` = 1 LIMIT 1 |
4.766
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
4.747
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 492 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1262
ORDER BY f.position ASC |
4.742
ms
|
118 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
4.739
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 649 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 51 AND `id_shop` = 1 |
4.738
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1269
AND image_shop.`cover` = 1 LIMIT 1 |
4.735
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.732
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 190 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
4.702
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 403 |
SELECT SQL_NO_CACHE *
FROM `prstshp_country_lang`
WHERE `id_country` = 8 |
4.653
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
4.647
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 252 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
4.621
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 136 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
4.615
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 45 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.611
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 317 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.591
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 248 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
4.570
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `prstshp_lang` a
LEFT JOIN `prstshp_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
4.440
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
| 51 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.413
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 493 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1263
AND image_shop.`cover` = 1 LIMIT 1 |
4.372
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `prstshp_manufacturer` m INNER JOIN prstshp_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `prstshp_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
4.348
ms
|
47 |
Yes
|
|
/classes/Manufacturer.php:211
/modules/ps_facetedsearch/src/Filters/Block.php:652 (getManufacturers)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.299
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 223 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.287
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 776 |
SELECT SQL_NO_CACHE *
FROM `prstshp_link_block_lang`
WHERE `id_link_block` = 2 |
4.284
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.273
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 282 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
4.260
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 103 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.249
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 128 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
4.207
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 238 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
4.189
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 82 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
4.161
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 760 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1272) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
4.110
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:325 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3652760a7_99524441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365252a75_69522288)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:96 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.095
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 543 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1262) AND (b.`id_shop` = 1) LIMIT 1 |
4.092
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
4.071
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 154 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
4.067
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 240 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
4.008
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 156 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
3.989
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 775 |
SELECT SQL_NO_CACHE *
FROM `prstshp_link_block` a
LEFT JOIN `prstshp_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1 |
3.979
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 824 |
SELECT SQL_NO_CACHE * FROM `prstshp_image_shop` image_shop
WHERE image_shop.`id_product` = 286
AND image_shop.`cover`= 1 LIMIT 1 |
3.932
ms
|
7 |
|
|
/classes/Image.php:401
/modules/czsalenotification/czsalenotification.php:529 (getCover)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE p.id_product, p.price, psi.price_min, psi.price_max FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (2006, 2096, 1932))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='18' AND c.nleft>=15 AND c.nright<=16 GROUP BY p.id_product) p INNER JOIN prstshp_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 8) GROUP BY p.id_product ORDER BY psi.price_min ASC, p.id_product DESC |
3.925
ms
|
1444 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:189 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
3.919
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 201 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.903
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM prstshp_shop_url su
LEFT JOIN prstshp_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'newstore.wbconcept.com' OR su.domain_ssl = 'newstore.wbconcept.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
3.901
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 62 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
3.889
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 653 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1 |
3.884
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 656 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 21 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
3.884
ms
|
81 |
Yes
|
|
/classes/Category.php:799
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (getNestedCategories)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.877
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 579 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 16 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
3.872
ms
|
81 |
Yes
|
|
/classes/Category.php:799
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (getNestedCategories)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
3.869
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 81 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.862
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 729 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 99) LIMIT 1 |
3.839
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `prstshp_hook` |
3.832
ms
|
1067 |
|
|
/classes/Hook.php:1327
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 222 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
3.824
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 224 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
3.810
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 455 |
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1259 LIMIT 1 |
3.781
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1263
ORDER BY f.position ASC |
3.747
ms
|
117 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 702 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 77 AND `id_shop` = 1 |
3.716
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1262
ORDER BY `position` |
3.692
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 695 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) LIMIT 1 |
3.691
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
3.678
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 809 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 205) AND (b.`id_shop` = 1) LIMIT 1 |
3.652
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/czsalenotification/czsalenotification.php:528 (getProductLink)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 576 |
SELECT SQL_NO_CACHE DISTINCT c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `prstshp_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE (c.`active` = 1 OR c.`id_category` = 1)
AND `level_depth` <= 4
AND cg.`id_group` IN (1)
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
3.650
ms
|
81 |
Yes
|
|
/modules/czproductsearch/czproductsearch.php:169
/modules/czproductsearch/czproductsearch.php:121 (getCategories)
/classes/Hook.php:1078 (hookdisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 0 LIMIT 1 |
3.636
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 767 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "cz_footercmsblock" LIMIT 1 |
3.636
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 648 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) LIMIT 1 |
3.625
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 498 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1263 AND `id_group` = 1 LIMIT 1 |
3.624
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 833 |
SELECT SQL_NO_CACHE id_page_type
FROM prstshp_page_type
WHERE name = 'category' LIMIT 1 |
3.617
ms
|
1 |
|
|
/classes/Page.php:104
/classes/Page.php:55 (getPageTypeByName)
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1078 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:380 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.608
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 703 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) LIMIT 1 |
3.594
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.515
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 803 |
SELECT SQL_NO_CACHE * FROM `prstshp_image_shop` image_shop
WHERE image_shop.`id_product` = 22
AND image_shop.`cover`= 1 LIMIT 1 |
3.499
ms
|
6 |
|
|
/classes/Image.php:401
/modules/czsalenotification/czsalenotification.php:529 (getCover)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 517 |
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1270 LIMIT 1 |
3.490
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 529 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1272) |
3.476
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.452
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 297 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.435
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 406 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_facebook" LIMIT 1 |
3.421
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:55 (isEnabled)
/var/cache/dev/Ps_facebookFrontContainer.php:272 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1078 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 26 LIMIT 1 |
3.420
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 689 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) LIMIT 1 |
3.398
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1272 AND id_shop=1 LIMIT 1 |
3.395
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (2006, 2096, 1932))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='18' AND c.nleft>=15 AND c.nright<=16 GROUP BY p.id_product) p INNER JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN prstshp_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=27)) AND ((fp_1.id_feature_value IN (2006, 2096, 1932))) GROUP BY fp.id_feature_value |
3.389
ms
|
4332 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:808 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.372
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 819 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 267) AND (b.`id_shop` = 1) LIMIT 1 |
3.367
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/czsalenotification/czsalenotification.php:528 (getProductLink)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 507 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1269) |
3.348
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 497 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1263 AND id_shop=1 LIMIT 1 |
3.296
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.291
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 187 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.289
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 562 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "cz_toplink" LIMIT 1 |
3.289
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 489 |
SELECT SQL_NO_CACHE product_type FROM `prstshp_product` WHERE id_product = 1262 LIMIT 1 |
3.281
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.246
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 189 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.212
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 450 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1259
AND image_shop.`cover` = 1 LIMIT 1 |
3.179
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 512 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1269) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.177
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 506 |
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1269 LIMIT 1 |
3.162
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1269
ORDER BY `position` |
3.155
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 814 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 226) AND (b.`id_shop` = 1) LIMIT 1 |
3.107
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/czsalenotification/czsalenotification.php:528 (getProductLink)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
3.077
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 545 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1262 |
3.016
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
2.998
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 244 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
2.998
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 239 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
2.994
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 253 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
2.973
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 542 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 576 |
2.969
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 816 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 233) AND (b.`id_shop` = 1) LIMIT 1 |
2.962
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/czsalenotification/czsalenotification.php:528 (getProductLink)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 723 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 86 AND `id_shop` = 1 |
2.958
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 558 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "cz_navcmsblock" LIMIT 1 |
2.938
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:72 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 734 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1 |
2.874
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
2.858
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 692 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 73 AND `id_shop` = 1 |
2.834
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 573 |
SELECT SQL_NO_CACHE w.`id_wishlist`, w.`name`, w.`token`, w.`date_add`, w.`date_upd`, w.`counter`, w.`default`
FROM `prstshp_stfeature_wishlist` w
WHERE `id_customer` = 0
AND id_shop = 1
ORDER BY w.`name` ASC |
2.831
ms
|
1 |
Yes
|
|
/modules/stfeature/classes/WishList.php:211
/modules/stfeature/stfeature.php:966 (getByIdCustomer)
/classes/Hook.php:1078 (hookdisplayStWishlistTopLink)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshop/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364a2bb41_16585054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_customersignin/ps_customersignin.php:113 (fetch)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1272) AND (b.`id_shop` = 1) LIMIT 1 |
2.826
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
2.822
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 502 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1263 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1263 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.805
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 811 |
SELECT SQL_NO_CACHE * FROM `prstshp_image_shop` image_shop
WHERE image_shop.`id_product` = 205
AND image_shop.`cover`= 1 LIMIT 1 |
2.804
ms
|
5 |
|
|
/classes/Image.php:401
/modules/czsalenotification/czsalenotification.php:529 (getCover)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `prstshp_feature_value` v LEFT JOIN `prstshp_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `prstshp_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 512 ORDER BY vl.`value` ASC |
2.784
ms
|
15 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:402 (getFeatureValues)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
2.766
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 399 |
SELECT SQL_NO_CACHE * FROM `prstshp_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
2.761
ms
|
10 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1616 (getNoPictureImage)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 549 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1269) AND (b.`id_shop` = 1) LIMIT 1 |
2.751
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
2.746
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 102 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
2.720
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 494 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
2.717
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 495 |
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1263 LIMIT 1 |
2.697
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `prstshp_manufacturer` m INNER JOIN prstshp_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `prstshp_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
2.653
ms
|
47 |
Yes
|
|
/classes/Manufacturer.php:211
/modules/ps_facetedsearch/src/Filters/Converter.php:286 (getManufacturers)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 540 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 576) AND (b.`id_shop` = 1) LIMIT 1 |
2.652
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-11-28 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN prstshp_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1259,576,1262,1263,1269,1270,1272) |
2.644
ms
|
7 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 777 |
SELECT SQL_NO_CACHE *
FROM `prstshp_hook` a
WHERE (a.`id_hook` = 45) LIMIT 1 |
2.634
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 538 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1259
ORDER BY `position` |
2.630
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
2.627
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 63 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
2.626
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 701 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 77) LIMIT 1 |
2.620
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
2.567
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 122 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
2.537
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 478 |
SELECT SQL_NO_CACHE product_type FROM `prstshp_product` WHERE id_product = 576 LIMIT 1 |
2.509
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1272
ORDER BY `position` |
2.475
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 831 |
INSERT INTO `prstshp_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
2.474
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ObjectModel.php:576 (add)
/classes/Guest.php:251 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/classes/Hook.php:1078 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:380 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
2.471
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 773 |
SELECT SQL_NO_CACHE *
FROM `prstshp_link_block` a
LEFT JOIN `prstshp_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1 |
2.468
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
2.445
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 823 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 60 LIMIT 1 |
2.441
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/czsalenotification/czsalenotification.php:528 (getProductLink)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 770 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_linklist" LIMIT 1 |
2.429
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 749 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 576
ORDER BY `position` |
2.403
ms
|
10 |
Yes
|
|
/classes/Product.php:3545
/modules/cz_imagehover/cz_imagehover.php:74 (getImages)
/classes/Hook.php:1078 (hookDisplayCzHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:303 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3652760a7_99524441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365252a75_69522288)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:96 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 748 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1259) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2.386
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:325 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3652760a7_99524441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365252a75_69522288)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:96 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 781 |
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1 |
2.381
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 690 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1 |
2.375
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
2.358
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 129 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
2.357
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 763 |
SELECT SQL_NO_CACHE psgdpr.active FROM `prstshp_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 19 LIMIT 1 |
2.345
ms
|
4 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
/modules/psgdpr/psgdpr.php:683 (getConsentActive)
/classes/Hook.php:1078 (hookDisplayGDPRConsent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshop/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3654c7084_63759155)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_emailsubscription/ps_emailsubscription.php:902 (fetch)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 541 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 576
ORDER BY `position` |
2.338
ms
|
10 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 578 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 83 AND `id_shop` = 1 LIMIT 1 |
2.335
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 837 |
SELECT SQL_NO_CACHE data
FROM `prstshp_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
2.326
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:53 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54 (outputStoredEvents)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1078 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:380 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 699 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 76) LIMIT 1 |
2.301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 594 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) LIMIT 1 |
2.273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1259 AND id_shop=1 LIMIT 1 |
2.266
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 546 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1263) AND (b.`id_shop` = 1) LIMIT 1 |
2.259
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
2.202
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 488 |
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 1262 LIMIT 1 |
2.161
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 584 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) LIMIT 1 |
2.154
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 769 |
SELECT SQL_NO_CACHE * FROM `prstshp_czfootercmsblockinfo_lang`
WHERE `id_lang` = 1 AND `id_shop` = 1 LIMIT 1 |
2.140
ms
|
1 |
|
|
/modules/cz_footercmsblock/cz_footercmsblock.php:290
/modules/cz_footercmsblock/cz_footercmsblock.php:278 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE MIN(p.weight) as min, MAX(p.weight) as max FROM prstshp_product p INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (2006, 2096, 1932))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='18' AND c.nleft>=15 AND c.nright<=16 |
2.119
ms
|
38 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:774 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:339 (getMinMaxValue)
/modules/ps_facetedsearch/src/Filters/Block.php:134 (getWeightRangeBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 645 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 20 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
2.117
ms
|
81 |
Yes
|
|
/classes/Category.php:799
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (getNestedCategories)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 487 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1262 AND `id_group` = 1 LIMIT 1 |
2.103
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 567 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
2.098
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
2.097
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 628 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) LIMIT 1 |
2.088
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 697 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) LIMIT 1 |
2.079
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 743 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
2.077
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:1118 (__construct)
/classes/Category.php:1574 (getRootCategory)
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:256 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 605 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 36 AND `id_shop` = 1 |
2.064
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 709 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 22 AND `id_shop` = 1 |
2.006
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 766 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
1.997
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 561 |
SELECT SQL_NO_CACHE * FROM `prstshp_cznavcmsblockinfo_lang`
WHERE `id_lang` = 1 AND `id_shop` = 1 LIMIT 1 |
1.952
ms
|
1 |
|
|
/modules/cz_navcmsblock/cz_navcmsblock.php:290
/modules/cz_navcmsblock/cz_navcmsblock.php:278 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:72 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 577 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "cz_verticalmenu" LIMIT 1 |
1.944
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 750 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (576) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.941
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:325 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3652760a7_99524441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365252a75_69522288)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:96 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE *
FROM `prstshp_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
1.932
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.928
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 617 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) LIMIT 1 |
1.906
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1.898
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 511 |
SELECT SQL_NO_CACHE product_type FROM `prstshp_product` WHERE id_product = 1269 LIMIT 1 |
1.894
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 712 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) LIMIT 1 |
1.889
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 780 |
SELECT SQL_NO_CACHE *
FROM prstshp_meta m
LEFT JOIN prstshp_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
1.889
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.863
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 672 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 65 AND `id_shop` = 1 |
1.840
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1269 AND id_shop=1 LIMIT 1 |
1.832
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) LIMIT 1 |
1.825
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 553 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1270
ORDER BY `position` |
1.805
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 720 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 85) LIMIT 1 |
1.799
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 737 |
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.label
FROM prstshp_linksmenutop l
LEFT JOIN prstshp_linksmenutop_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN prstshp_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "1"
AND l.id_shop IN (0, 1) |
1.754
ms
|
1 |
|
|
/modules/ps_mainmenu/ps_menutoplinks.class.php:37
/modules/ps_mainmenu/ps_menutoplinks.class.php:42 (gets)
/modules/ps_mainmenu/ps_mainmenu.php:708 (get)
/modules/ps_mainmenu/ps_mainmenu.php:1481 (makeMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1499 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.747
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 211 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.703
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 267 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.694
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 26 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.685
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 686 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 58 AND `id_shop` = 1 |
1.680
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 805 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 23 LIMIT 1 |
1.667
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/czsalenotification/czsalenotification.php:528 (getProductLink)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.659
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 452 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
1.637
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 634 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 19 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.627
ms
|
81 |
Yes
|
|
/classes/Category.php:799
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (getNestedCategories)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 675 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) LIMIT 1 |
1.619
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.613
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 683 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) LIMIT 1 |
1.609
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.605
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 437 |
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM prstshp_product p INNER JOIN prstshp_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 8) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN prstshp_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (2006, 2096, 1932))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='18' AND c.nleft>=15 AND c.nright<=16 |
1.593
ms
|
38 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:57 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:250 (getMinMaxPriceValue)
/modules/ps_facetedsearch/src/Filters/Block.php:131 (getPriceRangeBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 679 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) LIMIT 1 |
1.565
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 735 |
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.label
FROM prstshp_linksmenutop l
LEFT JOIN prstshp_linksmenutop_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN prstshp_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "9"
AND l.id_shop IN (0, 1) |
1.562
ms
|
1 |
|
|
/modules/ps_mainmenu/ps_menutoplinks.class.php:37
/modules/ps_mainmenu/ps_menutoplinks.class.php:42 (gets)
/modules/ps_mainmenu/ps_mainmenu.php:708 (get)
/modules/ps_mainmenu/ps_mainmenu.php:1481 (makeMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1499 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 830 |
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
1.556
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/cz_blockpaymentlogo/cz_blockpaymentlogo.php:162 (__construct)
/modules/cz_blockpaymentlogo/cz_blockpaymentlogo.php:148 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:116 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:52 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 510 |
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 1269 LIMIT 1 |
1.545
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.544
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 728 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 100 AND `id_shop` = 1 |
1.526
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.510
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 694 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 59 AND `id_shop` = 1 |
1.494
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 782 |
SELECT SQL_NO_CACHE *
FROM `prstshp_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
1.493
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 771 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
1.489
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 785 |
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1 |
1.483
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 807 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 27) AND (b.`id_shop` = 1) LIMIT 1 |
1.483
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/czsalenotification/czsalenotification.php:528 (getProductLink)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.482
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 608 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 17 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.481
ms
|
81 |
Yes
|
|
/classes/Category.php:799
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (getNestedCategories)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 708 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) LIMIT 1 |
1.479
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 619 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 18 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.478
ms
|
81 |
Yes
|
|
/classes/Category.php:799
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (getNestedCategories)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.457
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 83 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.440
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 725 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 87 AND `id_shop` = 1 |
1.432
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE `id_lang`
FROM `prstshp_lang`
WHERE `locale` = "fr-FR" LIMIT 1 |
1.419
ms
|
1 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:69
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 730 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 99 AND `id_shop` = 1 |
1.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 741 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 26 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 8 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
1.408
ms
|
3 |
Yes
|
Yes
|
/classes/Category.php:799
/modules/ps_categorytree/ps_categorytree.php:141 (getNestedCategories)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:256 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.404
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 557 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1272 |
1.400
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.393
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 465 |
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1.386
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3952 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5701 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.383
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 778 |
SELECT SQL_NO_CACHE *
FROM prstshp_meta m
LEFT JOIN prstshp_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
1.383
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 704 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 78 AND `id_shop` = 1 |
1.377
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 663 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) LIMIT 1 |
1.368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.363
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 150 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.362
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 74 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.344
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 691 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) LIMIT 1 |
1.340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.336
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 670 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 64 AND `id_shop` = 1 |
1.328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 539 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1259 |
1.320
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 666 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 62 AND `id_shop` = 1 |
1.318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 786 |
SELECT SQL_NO_CACHE *
FROM `prstshp_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
1.318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 822 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 286) AND (b.`id_shop` = 1) LIMIT 1 |
1.317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/czsalenotification/czsalenotification.php:528 (getProductLink)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.315
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 151 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.307
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 88 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.306
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 650 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) LIMIT 1 |
1.289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 772 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM prstshp_link_block lb
INNER JOIN prstshp_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 45 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
1.284
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.283
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 104 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.282
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 270 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.277
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 212 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.274
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 664 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 1 |
1.268
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.256
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 230 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.254
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 719 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 84 AND `id_shop` = 1 |
1.251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 711 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 80 AND `id_shop` = 1 |
1.249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 768 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 99 AND `id_shop` = 1 LIMIT 1 |
1.238
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.235
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 44 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.232
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 58 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.228
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 72 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.227
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 68 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.219
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 534 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1272) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.217
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM prstshp_layered_category
WHERE controller = 'category'
AND id_category = 26
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
1.216
ms
|
13 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.215
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 234 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.215
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 92 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.214
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 98 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.210
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 254 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.209
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 209 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.208
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 272 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.207
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 535 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1272 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1272 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.207
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 669 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) LIMIT 1 |
1.203
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 707 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 22 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.200
ms
|
12 |
Yes
|
|
/classes/Category.php:799
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (getNestedCategories)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 796 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "cz_themeimages" LIMIT 1 |
1.194
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.187
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 266 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.183
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 198 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.179
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 799 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 101 AND `id_shop` = 1 LIMIT 1 |
1.179
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.178
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 300 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.175
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 22 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.171
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 96 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.171
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 812 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 214) AND (b.`id_shop` = 1) LIMIT 1 |
1.171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/czsalenotification/czsalenotification.php:528 (getProductLink)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.170
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 274 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.170
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 500 |
SELECT SQL_NO_CACHE product_type FROM `prstshp_product` WHERE id_product = 1263 LIMIT 1 |
1.169
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.161
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 34 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.160
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 726 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 100 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.160
ms
|
3 |
Yes
|
|
/classes/Category.php:799
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (getNestedCategories)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.146
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 38 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.145
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 288 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.143
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 336 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.143
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 32 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.140
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 124 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.140
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 165 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.140
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 66 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.130
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 243 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.129
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 203 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.123
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 162 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.118
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 164 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.118
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 141 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.116
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 684 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 70 AND `id_shop` = 1 |
1.116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.110
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 491 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1262 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1262 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.105
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.103
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 127 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.098
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 256 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.098
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 236 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.092
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 214 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.083
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 60 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.079
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 693 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) LIMIT 1 |
1.079
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.078
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 298 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.077
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 526 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1272
AND image_shop.`cover` = 1 LIMIT 1 |
1.072
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 804 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 24) AND (b.`id_shop` = 1) LIMIT 1 |
1.072
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/czsalenotification/czsalenotification.php:528 (getProductLink)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.069
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 680 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 68 AND `id_shop` = 1 |
1.067
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.065
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 764 |
SELECT SQL_NO_CACHE psgdprl.message FROM `prstshp_psgdpr_consent` psgdpr
LEFT JOIN prstshp_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 19 AND psgdprl.id_lang =1 LIMIT 1 |
1.063
ms
|
16 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:111
/modules/psgdpr/psgdpr.php:687 (getConsentMessage)
/classes/Hook.php:1078 (hookDisplayGDPRConsent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshop/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3654c7084_63759155)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/ps_emailsubscription/ps_emailsubscription.php:902 (fetch)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 519 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1270 AND id_shop=1 LIMIT 1 |
1.062
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.058
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 194 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.055
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 738 |
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.label
FROM prstshp_linksmenutop l
LEFT JOIN prstshp_linksmenutop_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN prstshp_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "2"
AND l.id_shop IN (0, 1) |
1.053
ms
|
1 |
|
|
/modules/ps_mainmenu/ps_menutoplinks.class.php:37
/modules/ps_mainmenu/ps_menutoplinks.class.php:42 (gets)
/modules/ps_mainmenu/ps_mainmenu.php:708 (get)
/modules/ps_mainmenu/ps_mainmenu.php:1481 (makeMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1499 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.048
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 676 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 67 AND `id_shop` = 1 |
1.048
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.046
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 275 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.043
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 658 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 21 AND `id_shop` = 1 |
1.043
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1259) |
1.041
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 687 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) LIMIT 1 |
1.039
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.036
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 143 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.035
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 400 |
SELECT SQL_NO_CACHE format
FROM `prstshp_address_format`
WHERE `id_country` = 8 LIMIT 1 |
1.035
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 627 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 43 AND `id_shop` = 1 |
1.035
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.020
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 516 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
1.019
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.015
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 215 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
1.004
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 174 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
1.003
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 731 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 101) LIMIT 1 |
1.001
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.999
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 192 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.997
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 326 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.995
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 791 |
SELECT SQL_NO_CACHE *
FROM prstshp_meta m
LEFT JOIN prstshp_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.992
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
0.987
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 593 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 31 AND `id_shop` = 1 |
0.980
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `prstshp_hook` h
WHERE (h.active = 1) |
0.978
ms
|
1067 |
|
|
/classes/Hook.php:1367
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 604 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) LIMIT 1 |
0.978
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 742 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
0.972
ms
|
1 |
|
|
/classes/Category.php:2242
/classes/Category.php:1558 (getCategoriesWithoutParent)
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:256 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
0.966
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 246 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.964
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 135 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
0.964
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 90 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.963
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 774 |
SELECT SQL_NO_CACHE *
FROM `prstshp_link_block_lang`
WHERE `id_link_block` = 1 |
0.949
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.949
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 659 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) LIMIT 1 |
0.941
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
0.940
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 616 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 39 AND `id_shop` = 1 |
0.940
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.934
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 228 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.934
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 820 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
0.933
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/czsalenotification/czsalenotification.php:528 (getProductLink)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.927
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 78 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.924
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 698 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 75 AND `id_shop` = 1 |
0.924
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.923
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 638 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1 |
0.917
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.914
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 810 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 24 LIMIT 1 |
0.914
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/czsalenotification/czsalenotification.php:528 (getProductLink)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 838 |
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (1259,576,1262,1263,1269,1270,1272) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC |
0.914
ms
|
22 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:68 (loadCategories)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1078 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:380 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 752 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1262) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.908
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:325 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3652760a7_99524441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365252a75_69522288)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:96 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 801 |
SELECT SQL_NO_CACHE p.`id_product`, pl.`name`, pl.`link_rewrite`
FROM `prstshp_product` p
LEFT JOIN `prstshp_product_lang` pl
ON p.`id_product` = pl.`id_product`
WHERE p.`id_product`
IN (SELECT `id_product` FROM `prstshp_category_product` WHERE `id_category` = 2)
AND pl.`id_lang` = 1
LIMIT 10 |
0.908
ms
|
36 |
|
|
/modules/czsalenotification/czsalenotification.php:517
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
0.907
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 170 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.900
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 788 |
SELECT SQL_NO_CACHE *
FROM `prstshp_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1 |
0.895
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 673 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) LIMIT 1 |
0.889
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
0.888
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 583 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 23 AND `id_shop` = 1 |
0.887
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.887
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 330 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.887
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 585 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 27 AND `id_shop` = 1 |
0.884
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 828 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "cz_blockpaymentlogo" LIMIT 1 |
0.882
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:116 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:52 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.878
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 158 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.877
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 393 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `prstshp_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 26
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.872
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/listing/CategoryController.php:230 (getSubCategories)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 739 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.871
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:256 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 629 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 44 AND `id_shop` = 1 |
0.868
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 509 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1269 AND `id_group` = 1 LIMIT 1 |
0.866
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 808 |
SELECT SQL_NO_CACHE * FROM `prstshp_image_shop` image_shop
WHERE image_shop.`id_product` = 27
AND image_shop.`cover`= 1 LIMIT 1 |
0.866
ms
|
10 |
|
|
/classes/Image.php:401
/modules/czsalenotification/czsalenotification.php:529 (getCover)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
0.863
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 665 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) LIMIT 1 |
0.854
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 651 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1 |
0.846
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.844
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 250 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.844
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 668 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 63 AND `id_shop` = 1 |
0.843
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 696 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 74 AND `id_shop` = 1 |
0.841
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
0.841
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 640 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 48 AND `id_shop` = 1 |
0.841
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 643 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) LIMIT 1 |
0.841
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 518 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1270) |
0.834
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 754 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1263) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.828
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:325 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3652760a7_99524441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365252a75_69522288)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:96 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 606 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) LIMIT 1 |
0.821
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.816
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 753 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1263
ORDER BY `position` |
0.815
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/modules/cz_imagehover/cz_imagehover.php:74 (getImages)
/classes/Hook.php:1078 (hookDisplayCzHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:303 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3652760a7_99524441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365252a75_69522288)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:96 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 745 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `prstshp_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.812
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:256 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 580 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) LIMIT 1 |
0.810
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 758 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1270) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.810
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:325 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3652760a7_99524441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365252a75_69522288)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:96 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 564 |
SELECT SQL_NO_CACHE b.`id_cztoplink`, b.`url`, b.`new_window`
FROM `prstshp_cztoplink` b |
0.809
ms
|
1 |
|
|
/modules/cz_toplink/cz_toplink.php:165
/modules/cz_toplink/cz_toplink.php:551 (getLinks)
/modules/cz_toplink/cz_toplink.php:543 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 560 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `prstshp_currency` c
LEFT JOIN prstshp_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.804
ms
|
1 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2204 (isMultiCurrencyActivated)
/modules/cz_navcmsblock/cz_navcmsblock.php:277 (getCacheId)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:72 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 657 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) LIMIT 1 |
0.799
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 832 |
SELECT SQL_NO_CACHE `id_guest`
FROM `prstshp_connections`
WHERE `id_guest` = 4524620
AND `date_add` > '2025-11-28 13:58:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.795
ms
|
1 |
Yes
|
|
/classes/Connection.php:168
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1078 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:380 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 574 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.794
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.772
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 802 |
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22) AND (b.`id_shop` = 1) LIMIT 1 |
0.772
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/czsalenotification/czsalenotification.php:528 (getProductLink)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
0.768
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 115 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
0.761
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 700 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 76 AND `id_shop` = 1 |
0.759
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 834 |
SELECT SQL_NO_CACHE `id_page`
FROM `prstshp_page`
WHERE `id_page_type` = 3 AND `id_object` = 26 LIMIT 1 |
0.755
ms
|
1 |
|
|
/classes/Page.php:83
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1078 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:380 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 490 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1262) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.755
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.754
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 600 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) LIMIT 1 |
0.750
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.747
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 595 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 24 AND `id_shop` = 1 |
0.747
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.746
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 315 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
0.745
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 528 |
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1272 LIMIT 1 |
0.737
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 646 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) LIMIT 1 |
0.733
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 524 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1270 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1270 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.729
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 789 |
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) LIMIT 1 |
0.724
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 790 |
SELECT SQL_NO_CACHE *
FROM `prstshp_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1 |
0.723
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
0.719
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 610 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 17 AND `id_shop` = 1 |
0.715
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 588 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) LIMIT 1 |
0.713
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 521 |
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 1270 LIMIT 1 |
0.703
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 632 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) LIMIT 1 |
0.701
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 706 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 79 AND `id_shop` = 1 |
0.699
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.698
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 563 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1 |
0.691
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 818 |
SELECT SQL_NO_CACHE * FROM `prstshp_image_shop` image_shop
WHERE image_shop.`id_product` = 233
AND image_shop.`cover`= 1 LIMIT 1 |
0.685
ms
|
6 |
|
|
/classes/Image.php:401
/modules/czsalenotification/czsalenotification.php:529 (getCover)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 568 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.681
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 630 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) LIMIT 1 |
0.680
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 815 |
SELECT SQL_NO_CACHE * FROM `prstshp_image_shop` image_shop
WHERE image_shop.`id_product` = 226
AND image_shop.`cover`= 1 LIMIT 1 |
0.679
ms
|
11 |
|
|
/classes/Image.php:401
/modules/czsalenotification/czsalenotification.php:529 (getCover)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 667 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) LIMIT 1 |
0.672
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
0.662
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 765 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
0.662
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 761 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.659
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.658
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 655 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1 |
0.657
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM prstshp_shop_group gs
LEFT JOIN prstshp_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN prstshp_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.649
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 817 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 64 LIMIT 1 |
0.649
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/czsalenotification/czsalenotification.php:528 (getProductLink)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 757 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1270
ORDER BY `position` |
0.643
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/modules/cz_imagehover/cz_imagehover.php:74 (getImages)
/classes/Hook.php:1078 (hookDisplayCzHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:303 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3652760a7_99524441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365252a75_69522288)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:96 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 746 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 15 AND c.`nright` >= 16 AND c.`nleft` >= 2 AND c.`nright` <= 161 ORDER BY `nleft` DESC |
0.642
ms
|
9 |
|
|
/classes/Category.php:1600
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:256 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 590 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) LIMIT 1 |
0.640
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE name, alias FROM `prstshp_hook_alias` |
0.635
ms
|
87 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:975 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 623 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 41 AND `id_shop` = 1 |
0.634
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 714 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 82) LIMIT 1 |
0.633
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 598 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) LIMIT 1 |
0.631
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 779 |
SELECT SQL_NO_CACHE *
FROM prstshp_meta m
LEFT JOIN prstshp_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.631
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 569 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.630
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 783 |
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1 |
0.629
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 792 |
SELECT SQL_NO_CACHE *
FROM prstshp_meta m
LEFT JOIN prstshp_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.626
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.624
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:335
/modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php:65 (checkModuleStatus)
/classes/Hook.php:1078 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 612 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 37 AND `id_shop` = 1 |
0.623
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 621 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 18 AND `id_shop` = 1 |
0.620
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 717 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 83 AND `id_shop` = 1 |
0.620
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 618 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 40 AND `id_shop` = 1 |
0.616
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 744 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 26 LIMIT 1 |
0.614
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:256 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 740 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.610
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:256 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.607
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 678 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 57 AND `id_shop` = 1 |
0.607
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.604
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 829 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 106 AND `id_shop` = 1 LIMIT 1 |
0.602
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:116 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:52 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 718 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 84) LIMIT 1 |
0.600
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.597
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 16 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.596
ms
|
113 |
|
|
/classes/module/Module.php:345
/modules/ps_checkout/ps_checkout.php:113 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 168 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.595
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 308 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.595
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 644 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 50 AND `id_shop` = 1 |
0.595
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 631 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 45 AND `id_shop` = 1 |
0.593
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 637 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) LIMIT 1 |
0.593
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 722 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 86) LIMIT 1 |
0.592
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.591
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 806 |
SELECT SQL_NO_CACHE * FROM `prstshp_image_shop` image_shop
WHERE image_shop.`id_product` = 24
AND image_shop.`cover`= 1 LIMIT 1 |
0.591
ms
|
8 |
|
|
/classes/Image.php:401
/modules/czsalenotification/czsalenotification.php:529 (getCover)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 677 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) LIMIT 1 |
0.590
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 724 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 87) LIMIT 1 |
0.588
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.587
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 559 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1 |
0.586
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:72 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE `active`
FROM `prstshp_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.585
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:325
/modules/ps_mbo/ps_mbo.php:118 (checkModuleStatus)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 586 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) LIMIT 1 |
0.582
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 641 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) LIMIT 1 |
0.581
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 715 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 82 AND `id_shop` = 1 |
0.580
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 551 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1269 |
0.579
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.577
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 642 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 49 AND `id_shop` = 1 |
0.576
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 571 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.575
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 682 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 69 AND `id_shop` = 1 |
0.568
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 596 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) LIMIT 1 |
0.567
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 609 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) LIMIT 1 |
0.565
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 794 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1 |
0.565
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE * FROM `prstshp_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.563
ms
|
1 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:930 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 565 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.561
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 705 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 79) LIMIT 1 |
0.557
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 620 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) LIMIT 1 |
0.554
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.552
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 607 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 25 AND `id_shop` = 1 |
0.549
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.546
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 527 |
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1 |
0.544
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 501 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1263) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.543
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 523 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1270) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.536
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 732 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 101 AND `id_shop` = 1 |
0.534
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 826 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 18 LIMIT 1 |
0.533
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/czsalenotification/czsalenotification.php:528 (getProductLink)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 625 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 42 AND `id_shop` = 1 |
0.532
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.531
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 654 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) LIMIT 1 |
0.529
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.523
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 383 |
SELECT SQL_NO_CACHE *
FROM `prstshp_currency_lang`
WHERE `id_currency` = 1 |
0.523
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
0.521
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 316 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.521
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 582 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) LIMIT 1 |
0.518
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 787 |
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1 |
0.517
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.515
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 603 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1 |
0.515
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 587 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 1 |
0.511
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 827 |
SELECT SQL_NO_CACHE * FROM `prstshp_image_shop` image_shop
WHERE image_shop.`id_product` = 347
AND image_shop.`cover`= 1 LIMIT 1 |
0.511
ms
|
11 |
|
|
/classes/Image.php:401
/modules/czsalenotification/czsalenotification.php:529 (getCover)
/modules/czsalenotification/czsalenotification.php:521 (getImageProduct)
/modules/czsalenotification/czsalenotification.php:439 (getProductByIDCategory)
/classes/Hook.php:1078 (hookdisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 520 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1270 AND `id_group` = 1 LIMIT 1 |
0.510
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 685 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) LIMIT 1 |
0.504
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 710 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80) LIMIT 1 |
0.504
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 624 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 42) LIMIT 1 |
0.503
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 636 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 19 AND `id_shop` = 1 |
0.503
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 597 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 32 AND `id_shop` = 1 |
0.498
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 613 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 38) LIMIT 1 |
0.494
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 575 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1 |
0.494
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 615 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) LIMIT 1 |
0.491
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.489
ms
|
1 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE `name`
FROM `prstshp_hook`
WHERE `id_hook` = 1048 LIMIT 1 |
0.489
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:911 (getNameById)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 647 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 20 AND `id_shop` = 1 |
0.489
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 581 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 16 AND `id_shop` = 1 |
0.488
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 626 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) LIMIT 1 |
0.484
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE product_type FROM `prstshp_product` WHERE id_product = 1259 LIMIT 1 |
0.482
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 681 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) LIMIT 1 |
0.482
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 733 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
0.475
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 591 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 30 AND `id_shop` = 1 |
0.472
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 611 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) LIMIT 1 |
0.471
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 671 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) LIMIT 1 |
0.470
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 614 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 38 AND `id_shop` = 1 |
0.469
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 635 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) LIMIT 1 |
0.467
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 755 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1269
ORDER BY `position` |
0.466
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/modules/cz_imagehover/cz_imagehover.php:74 (getImages)
/classes/Hook.php:1078 (hookDisplayCzHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:303 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3652760a7_99524441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365252a75_69522288)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:96 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 721 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 85 AND `id_shop` = 1 |
0.465
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 570 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.464
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 572 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.464
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:126 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 713 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 81 AND `id_shop` = 1 |
0.463
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a0
LEFT JOIN `prstshp_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 15) AND (a0.`nright` > 16) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.460
ms
|
9 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:246 (rewind)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 601 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 34 AND `id_shop` = 1 |
0.456
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1) |
0.455
ms
|
94 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/module/Module.php:3378 (trans)
/modules/ps_checkout/ps_checkout.php:115 (trans)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 402 |
SELECT SQL_NO_CACHE *
FROM `prstshp_country` a
LEFT JOIN `prstshp_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.455
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 522 |
SELECT SQL_NO_CACHE product_type FROM `prstshp_product` WHERE id_product = 1270 LIMIT 1 |
0.454
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 592 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) LIMIT 1 |
0.448
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 716 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 83) LIMIT 1 |
0.448
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 751 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1262
ORDER BY `position` |
0.448
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/modules/cz_imagehover/cz_imagehover.php:74 (getImages)
/classes/Hook.php:1078 (hookDisplayCzHoverImage)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:54 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:303 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/a7/97/91/a797914feaf739bdd022facd41f964804f3367a8_2.file.product-listgrid.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3652760a7_99524441)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/11/ad/d1/11add1adf978ce306feb48fbaa967c8362db7814_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365252a75_69522288)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:121 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:96 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 602 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) LIMIT 1 |
0.439
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 589 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1 |
0.437
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 599 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 33 AND `id_shop` = 1 |
0.432
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 633 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 46 AND `id_shop` = 1 |
0.430
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 622 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 41) LIMIT 1 |
0.422
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `prstshp_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 674 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 66 AND `id_shop` = 1 |
0.395
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `prstshp_hook_alias` |
0.394
ms
|
87 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 795 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `prstshp_country`
WHERE `id_country` = 8 LIMIT 1 |
0.366
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/e0/c9/c1/e0c9c17be2f6558536e21dbd098531c13cfaf363_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a365484290_16179818)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:342 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 688 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 71 AND `id_shop` = 1 |
0.333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE value FROM `prstshp_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.332
ms
|
1 |
|
|
/modules/ps_accounts/src/Adapter/Configuration.php:263
/modules/ps_accounts/src/Adapter/Configuration.php:219 (isMultishopActive)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:330 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:201 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:68 (getShopUuidV4)
/var/cache/dev/Ps_facebookFrontContainer.php:272 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1078 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM prstshp_shop s
LEFT JOIN prstshp_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.329
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `prstshp_lang` l
JOIN prstshp_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.322
ms
|
1 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 410 |
SELECT SQL_NO_CACHE `id_configuration`
FROM `prstshp_configuration`
WHERE name = 'PS_ACCOUNTS_SHOP_STATUS'
AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/Configuration.php:133
/classes/Configuration.php:116 (getIdByNameFromGivenContext)
/modules/ps_accounts/src/Adapter/Configuration.php:222 (getIdByName)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:330 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:201 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:68 (getShopUuidV4)
/var/cache/dev/Ps_facebookFrontContainer.php:272 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1078 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `prstshp_country` a
LEFT JOIN `prstshp_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `prstshp_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
| 380 |
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.304
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:335
/modules/ps_mbo/ps_mbo.php:118 (checkModuleStatus)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:967 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE * FROM `prstshp_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.283
ms
|
10 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:221 (getImagesTypes)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:205 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE *
FROM `prstshp_group` a
LEFT JOIN `prstshp_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.276
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 660 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 56 AND `id_shop` = 1 |
0.271
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 736 |
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.label
FROM prstshp_linksmenutop l
LEFT JOIN prstshp_linksmenutop_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN prstshp_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_linksmenutop = "8"
AND l.id_shop IN (0, 1) |
0.270
ms
|
1 |
|
|
/modules/ps_mainmenu/ps_menutoplinks.class.php:37
/modules/ps_mainmenu/ps_menutoplinks.class.php:42 (gets)
/modules/ps_mainmenu/ps_mainmenu.php:708 (get)
/modules/ps_mainmenu/ps_mainmenu.php:1481 (makeMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1499 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE `id_category`
FROM `prstshp_category_shop`
WHERE `id_category` = 26
AND `id_shop` = 1 LIMIT 1 |
0.265
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:83 (existsInShop)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM prstshp_required_field |
0.249
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:555 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE value FROM `prstshp_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Currency.php:968 (isFeatureActive)
/classes/Currency.php:890 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 662 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1 |
0.246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 661 |
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) LIMIT 1 |
0.235
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:732 (__construct)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:753 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:549 (generateCategoriesMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1419 (makeMenu)
/modules/cz_verticalmenu/cz_verticalmenu.php:1442 (getWidgetVariables)
/classes/Hook.php:1089 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE *
FROM `prstshp_configuration_lang`
WHERE `id_configuration` = 1125 |
0.227
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:224 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:330 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:201 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:68 (getShopUuidV4)
/var/cache/dev/Ps_facebookFrontContainer.php:272 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1078 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `prstshp_lang` l
LEFT JOIN `prstshp_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.222
ms
|
1 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
| 390 |
SELECT SQL_NO_CACHE state FROM prstshp_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.222
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:205 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1272 AND `id_group` = 1 LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/module/Module.php:2109
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `prstshp_country`
WHERE `id_country` = 8 LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 566 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.207
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1084 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1020 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:77 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/18/d0/47/18d047921f30b2ce0c10825d389088ea03dd947f_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364906bd6_69962280)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:197 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/80/e4/cb/80e4cb396cd1860cbf4d59f32798662b99ffe51a_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a364753841_39393664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/4e/80/15/4e801577f34ae6255257453decf3a900b30c7daa_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646f7553_34501982)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/ea/ad/78/eaad78595325d77d60400e97b812b57fd2b94a8e_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646eaa08_85399255)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/Electshoplayouts_layout_left_column_tpl/75/13/4e/75134e6d60a16a40c4d0acd8f4cc1db1830b0924_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6929a3646d3938_24644727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 532 |
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_pack` WHERE id_product_pack = 1272 LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE c.id_currency
FROM `prstshp_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE *
FROM `prstshp_configuration` a
WHERE (a.`id_configuration` = 1125) LIMIT 1 |
0.202
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:224 (__construct)
/modules/ps_accounts/src/Adapter/Configuration.php:202 (getUncachedConfiguration)
/modules/ps_accounts/src/Adapter/Configuration.php:123 (getUncached)
/modules/ps_accounts/src/Repository/ConfigurationRepository.php:405 (get)
/modules/ps_accounts/src/Account/StatusManager.php:330 (getCachedShopStatus)
/modules/ps_accounts/src/Account/StatusManager.php:134 (getCachedStatus)
/modules/ps_accounts/src/Account/StatusManager.php:201 (getStatus)
/modules/ps_accounts/src/Service/PsAccountsService.php:111 (getCloudShopId)
/modules/ps_accounts/src/Service/PsAccountsService.php:103 (getShopUuid)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:68 (getShopUuidV4)
/var/cache/dev/Ps_facebookFrontContainer.php:272 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1078 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 31 AND `id_shop` = 1 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:55 (isEnabled)
/var/cache/dev/Ps_facebookFrontContainer.php:272 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:145 (getService)
/modules/ps_facebook/ps_facebook.php:310 (getService)
/classes/Hook.php:1078 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:984 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE *
FROM `prstshp_group_lang`
WHERE `id_group` = 1 |
0.185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
| 389 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM prstshp_category_group ctg
WHERE ctg.`id_category` = 26 AND ctg.`id_group` = 1 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/Category.php:1754
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 533 |
SELECT SQL_NO_CACHE product_type FROM `prstshp_product` WHERE id_product = 1272 LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `prstshp_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
| 392 |
SELECT SQL_NO_CACHE * FROM `prstshp_image_type` |
0.169
ms
|
10 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:205 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|