501 |
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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=32)) GROUP BY pac.id_attribute |
1749
ms
|
41712 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
493 |
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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=11)) GROUP BY pac.id_attribute |
201.038
ms
|
165457600 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
475 |
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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=9)) GROUP BY pac.id_attribute |
151.047
ms
|
141820800 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
487 |
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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=33)) GROUP BY pac.id_attribute |
127.616
ms
|
307278400 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
228 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
57.286
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
66 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
50.191
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
159 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
48.900
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
232 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
46.812
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
138 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
46.608
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
553 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 206) LIMIT 1 |
42.322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
56 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
41.739
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
528 |
SELECT SQL_NO_CACHE state FROM pswc_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
41.136
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/modules/creativeelements/includes/base/widget-product-base.php:58 (__construct)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1073 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:896 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:941 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
40.917
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
267 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
40.616
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
286 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
40.401
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
835 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `pswc_product_attribute_combination` pac
LEFT JOIN `pswc_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pswc_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (24427,24428,24429,24430,24431,24432,24433,24434,24435,24436,24437,24438,24443,24444,24445,24446,24447,24448,24449,24450,24451,24452,24453,24454,24455,24456,24457,24458)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
38.908
ms
|
56 |
|
|
/classes/Product.php:2745
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
262 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
37.598
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
148 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
37.493
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
168 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
37.165
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
312 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
37.001
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
329 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
36.975
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
231 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
36.939
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
165 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
36.436
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
238 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
36.317
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
479 |
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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=28)) GROUP BY pac.id_attribute |
36.216
ms
|
62568 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (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 `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
35.301
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
182 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
34.903
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
77 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
34.867
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
90 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
33.762
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
348 |
SELECT SQL_NO_CACHE state FROM pswc_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
33.112
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/classes/controller/FrontController.php:211 (__construct)
/classes/controller/Controller.php:246 (__construct)
/classes/Dispatcher.php:504 (getController)
/index.php:28 (dispatch)
|
259 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
33.037
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
246 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
32.522
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
263 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
32.281
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
767 |
SELECT SQL_NO_CACHE `iso_code`
FROM `pswc_country`
WHERE `id_country` = 3 LIMIT 1 |
31.940
ms
|
1 |
|
|
/classes/Country.php:275
/modules/paypal/classes/InstallmentBanner/BannerManager.php:104 (getIsoById)
/modules/paypal/classes/InstallmentBanner/BannerManager.php:90 (isEligibleCountry)
/modules/paypal/classes/InstallmentBanner/BannerManager.php:120 (isEligibleConf)
/modules/paypal/paypal.php:710 (isBannerAvailable)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
236 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
31.576
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
273 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
31.507
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
116 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
31.341
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
32 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
30.515
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
173 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
30.468
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
226 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
29.847
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
199 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
29.824
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
325 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
29.744
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
489 |
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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=19)) GROUP BY pac.id_attribute |
29.657
ms
|
165457600 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
315 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
29.337
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
352 |
SELECT SQL_NO_CACHE * FROM `pswc_currency` c ORDER BY `iso_code` ASC |
29.254
ms
|
2 |
Yes
|
|
/classes/Currency.php:711
/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:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
157 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
29.044
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
242 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
28.752
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
110 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
28.668
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
38 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
28.640
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
69 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
28.628
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
274 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
28.621
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
113 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
28.612
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
100 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
28.253
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
831 |
SELECT SQL_NO_CACHE *
FROM `pswc_product` a
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 288) LIMIT 1 |
26.948
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
26.526
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
158 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
26.168
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
264 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
25.831
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
143 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
25.736
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
241 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
25.440
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
333 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
25.409
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
337 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
25.266
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
254 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
25.175
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
485 |
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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=24)) GROUP BY pac.id_attribute |
24.887
ms
|
401825600 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
144 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
24.471
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
272 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
23.873
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
297 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
23.370
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
258 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
23.187
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
78 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
23.073
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
819 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 1170101 AND name = '_elementor_data' LIMIT 1 |
23.015
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:66 (getElementsData)
/modules/creativeelements/core/files/css/post.php:187 (getData)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
115 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
23.000
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
178 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
22.990
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
257 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
22.836
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
288 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
22.610
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
250 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
22.576
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
344 |
SELECT SQL_NO_CACHE * FROM `pswc_hook` h
ORDER BY `name` |
22.492
ms
|
994 |
Yes
|
|
/classes/Hook.php:191
/modules/alma/lib/Helpers/HookHelper.php:43 (getHooks)
/modules/alma/alma.php:123 (__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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
817 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 1170101 AND name = '_elementor_css' LIMIT 1 |
22.337
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
294 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
22.015
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
311 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
22.002
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
105 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
21.998
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
204 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
21.956
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
39 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
21.937
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
285 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
21.863
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
249 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
21.679
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
247 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
21.654
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
123 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
21.643
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
108 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
21.547
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
163 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
21.532
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
281 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
21.502
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
251 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
21.452
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
129 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
21.320
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
222 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
21.252
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
811 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 22
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
21.181
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
21.138
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
806 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 19
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
21.066
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
296 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
20.677
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
72 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
20.573
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
334 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
20.482
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
391 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "pm_advancedpack" LIMIT 1 |
20.469
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/facebookproductad/lib/moduleTools.php:425 (isInstalled)
/modules/facebookproductad/facebookproductad.php:141 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
284 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
20.424
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
336 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
20.410
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
210 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
20.364
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
174 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
20.361
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
75 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
20.334
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
275 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
20.309
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
318 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
20.299
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
142 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
20.287
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
150 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
20.286
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
798 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 6
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
20.180
ms
|
14 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 189) LIMIT 1 |
20.135
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
234 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
19.943
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
317 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
19.786
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
54 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
19.738
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
68 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
19.706
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
92 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
19.505
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
785 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 7
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
19.489
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
135 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
19.027
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
298 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
19.003
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
152 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
18.916
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
276 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
18.829
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
70 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
18.819
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
486 |
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 `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN pswc_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 pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 33 ORDER BY agl.`name` ASC, a.`position` ASC |
18.787
ms
|
13 |
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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
271 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
18.778
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
939 |
SELECT SQL_NO_CACHE *
FROM `pswc_product` a
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 286) LIMIT 1 |
18.511
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
759 |
SELECT SQL_NO_CACHE *
FROM `pswc_cms` a
LEFT JOIN `pswc_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `pswc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 219) AND (b.`id_shop` = 1) LIMIT 1 |
18.405
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:538 (__construct)
:undefined ({closure})
/modules/ps_mainmenu/ps_mainmenu.php:543 (array_map)
/modules/ps_mainmenu/ps_mainmenu.php:609 (generateCMSCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
18.354
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
268 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
18.339
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
482 |
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 `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN pswc_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 pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 7 ORDER BY agl.`name` ASC, a.`position` ASC |
18.305
ms
|
2 |
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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
320 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
18.107
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
504 |
REPLACE INTO pswc_layered_filter_block (hash, data) VALUES ("169dabcc86882d6e042fda8ad6a2ce06", "a:1:{s:7:\"filters\";a:3:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Categories\";s:6:\"values\";a:0:{}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}i:1;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";i:6;s:4:\"name\";s:11:\"Finger turn\";s:14:\"is_color_group\";b:0;s:6:\"values\";a:10:{i:173;a:4:{s:4:\"name\";s:2:\"48\";s:3:\"nbr\";i:1;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:174;a:4:{s:4:\"name\";s:2:\"50\";s:3:\"nbr\";i:1;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:175;a:4:{s:4:\"name\";s:2:\"52\";s:3:\"nbr\";i:3;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:176;a:4:{s:4:\"name\";s:2:\"54\";s:3:\"nbr\";i:3;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:177;a:4:{s:4:\"name\";s:2:\"56\";s:3:\"nbr\";i:3;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:178;a:4:{s:4:\"name\";s:2:\"58\";s:3:\"nbr\";i:1;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:179;a:4:{s:4:\"name\";s:2:\"60\";s:3:\"nbr\";i:2;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:180;a:4:{s:4:\"name\";s:2:\"62\";s:3:\"nbr\";i:1;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:181;a:4:{s:4:\"name\";s:2:\"64\";s:3:\"nbr\";i:1;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:26;a:4:{s:4:\"name\";s:12:\"I don\'t know\";s:3:\"nbr\";i:3;s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}i:2;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";i:11;s:4:\"name\";s:10:\"Typography\";s:14:\"is_color_group\";b:0;s:6:\"values\";a:7:{i:58;a:4:{s:4:\"name\";s:10:\"Vanessa 2L\";s:3:\"nbr\";i:3;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:183;a:4:{s:4:\"name\";s:9:\"1L Script\";s:3:\"nbr\";i:3;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:184;a:4:{s:4:\"name\";s:12:\"Monodrome 2L\";s:3:\"nbr\";i:3;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:186;a:4:{s:4:\"name\";s:9:\"Futura 3L\";s:3:\"nbr\";i:3;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:191;a:4:{s:4:\"name\";s:5:\"Greek\";s:3:\"nbr\";i:3;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:192;a:4:{s:4:\"name\";s:7:\"Hebrews\";s:3:\"nbr\";i:3;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:193;a:4:{s:4:\"name\";s:6:\"Arabic\";s:3:\"nbr\";i:3;s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}}}") |
18.071
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:211
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (insertIntoCache)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `pswc_lang` a
LEFT JOIN `pswc_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1 |
18.041
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
172 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
18.016
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
903 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46543) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
17.880
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
45 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
17.675
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
155 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
17.664
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
133 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
17.630
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
213 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
17.606
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
295 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
17.603
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
239 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
17.496
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
277 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
17.384
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
166 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
17.331
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
319 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
17.307
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
518 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 194040101 AND name = '_elementor_edit_mode' LIMIT 1 |
17.283
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/includes/db.php:306 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:838 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:563 (CE\apply_filters)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
987 |
SELECT SQL_NO_CACHE *
FROM `pswc_ce_template` a
WHERE (a.`id_ce_template` = 192) LIMIT 1 |
17.237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:97 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:146 (getInstance)
/modules/creativeelements/core/kits/manager.php:31 (CE\get_post)
/modules/creativeelements/core/kits/manager.php:49 (getActiveId)
/modules/creativeelements/core/kits/manager.php:128 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:106 (getKitForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:222 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:556 (CE\do_action)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
282 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
17.204
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
183 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
17.148
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
42 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
17.132
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
63 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
17.097
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
179 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
16.952
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
253 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
16.950
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
243 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
16.937
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
40 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
16.821
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
279 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
16.820
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
390 |
SELECT SQL_NO_CACHE *
FROM `pswc_country` a
LEFT JOIN `pswc_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `pswc_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 3) LIMIT 1 |
16.810
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/paypal/paypal.php:351 (__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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
217 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
16.793
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
81 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
16.772
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
164 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
16.662
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
280 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
16.627
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
533 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "ps_linklist" LIMIT 1 |
16.596
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/creativeelements/includes/widgets/nav-menu.php:184 (isEnabled)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_cms` a
LEFT JOIN `pswc_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `pswc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 213) AND (b.`id_shop` = 1) LIMIT 1 |
16.535
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:538 (__construct)
:undefined ({closure})
/modules/ps_mainmenu/ps_mainmenu.php:543 (array_map)
/modules/ps_mainmenu/ps_mainmenu.php:609 (generateCMSCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
788 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 16
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
16.405
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `pswc_lang` l
JOIN pswc_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
16.373
ms
|
9 |
|
|
/classes/Language.php:1185
/classes/Language.php:1474 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
303 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
16.169
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
185 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
16.162
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
208 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
15.946
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
483 |
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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=7)) GROUP BY pac.id_attribute |
15.915
ms
|
41712 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
491 |
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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=26)) GROUP BY pac.id_attribute |
15.909
ms
|
118184000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
80 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
15.850
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
302 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
15.761
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
265 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
15.591
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
299 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
15.558
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
269 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
15.498
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
140 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
15.404
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
500 |
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 `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN pswc_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 pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 32 ORDER BY agl.`name` ASC, a.`position` ASC |
15.390
ms
|
2 |
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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
192 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
15.332
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
52 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
15.286
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
94 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
15.286
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
48 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
15.244
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
266 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
15.132
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
15.114
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
244 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
15.085
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
343 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pswc_module` m
LEFT JOIN `pswc_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
15.064
ms
|
85 |
|
|
/classes/module/Module.php:345
/modules/alma/alma.php:111 (__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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
623 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 222) LIMIT 1 |
14.998
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
96 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
14.832
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
305 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
14.681
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
79 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
14.603
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
125 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
14.375
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
127 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
14.334
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
167 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
14.204
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
36 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
14.164
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
64 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
14.124
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM pswc_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
14.116
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:301 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
519 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 194040101 AND name = '_wp_page_template' LIMIT 1 |
14.029
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/document-types/page-base.php:218 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/modules/page-templates/module.php:69 (getDocForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:271 (templateInclude)
/modules/creativeelements/creativeelements.php:632 (CE\apply_filters)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
58 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
14.013
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
395 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-07-14 00:00:00",
INTERVAL 365 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `pswc_category_product` cp
LEFT JOIN `pswc_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `pswc_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN pswc_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `pswc_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `pswc_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `pswc_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `pswc_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `pswc_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 194 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,100 |
13.878
ms
|
3 |
|
|
/classes/Category.php:1059
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
200 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
13.863
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
51 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
13.833
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
345 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pswc_module` m
LEFT JOIN `pswc_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
13.826
ms
|
85 |
|
|
/classes/module/Module.php:345
/modules/afgooglereviews/afgooglereviews.php:104 (__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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
119 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
13.793
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
139 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
13.786
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
290 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
13.640
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
313 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
13.599
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
227 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
13.580
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
270 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
13.572
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
171 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
13.518
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
98 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
13.509
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
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 pswc_shop_group gs
LEFT JOIN pswc_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN pswc_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 |
13.441
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)
|
145 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
13.434
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
41 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
13.408
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
339 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
13.396
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
107 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
13.311
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
184 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
13.256
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
327 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
13.248
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
803 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 18
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
13.154
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
89 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
13.000
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
224 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
12.981
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
212 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
12.880
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
205 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
12.848
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
112 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
12.845
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
535 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 2170101 AND name = '_elementor_version' LIMIT 1 |
12.736
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:933 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:229 (getMainMeta)
/modules/creativeelements/modules/theme/documents/theme-document.php:89 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
291 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
12.732
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
146 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
12.721
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
131 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
12.683
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
104 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
12.673
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
175 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
12.635
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
468 |
SELECT SQL_NO_CACHE p.id_product 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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
12.617
ms
|
653452800 |
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:187 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
301 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
12.596
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
161 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
12.544
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
283 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
12.529
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
111 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
12.522
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
350 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pswc_module` m
LEFT JOIN `pswc_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
12.510
ms
|
85 |
|
|
/classes/module/Module.php:345
/modules/securitypro/securitypro.php:77 (__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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
218 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
12.491
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
47 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
12.444
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
310 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
12.427
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
237 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
12.311
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
240 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
12.266
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
203 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
12.204
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
511 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pswc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 631
ORDER BY `position` |
12.048
ms
|
5 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:696 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
225 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
11.982
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
793 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 22
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
11.956
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 atmcw.*, atmcwl.*
FROM `pswc_pm_advancedtopmenu_columns_wrap` atmcw
LEFT JOIN `pswc_pm_advancedtopmenu_columns_wrap_lang` atmcwl ON (atmcw.`id_wrap` = atmcwl.`id_wrap` AND atmcwl.`id_lang` = 1)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 1
ORDER BY atmcw.`position` |
11.953
ms
|
3 |
Yes
|
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:135
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:142 (getMenuColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4930 (getMenusColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
809 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 14
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
11.812
ms
|
10 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
525 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 2170101 AND name = '_elementor_css' LIMIT 1 |
11.786
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
122 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
11.781
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
797 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 16
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
11.725
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
341 |
SELECT SQL_NO_CACHE * FROM pswc_lgseoredirect WHERE (CONCAT("", url_old) = "/en/194-customizable-rings-for-women" OR CONCAT("", url_old) LIKE "/en/194-customizable-rings-for-women#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1 |
11.721
ms
|
1 |
|
|
/modules/lgseoredirect/lgseoredirect.php:760
/modules/lgseoredirect/lgseoredirect.php:780 (checkRedirection)
/classes/Hook.php:993 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
35 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
11.693
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
118 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
11.683
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
60 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
11.648
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
156 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
11.529
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
71 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
11.428
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
376 |
SELECT SQL_NO_CACHE 1 FROM `pswc_cart_rule` WHERE ((date_to >= "2025-07-14 00:00:00" AND date_to <= "2025-07-14 23:59:59") OR (date_from >= "2025-07-14 00:00:00" AND date_from <= "2025-07-14 23:59:59") OR (date_from < "2025-07-14 00:00:00" AND date_to > "2025-07-14 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
11.314
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3021 (getCustomerCartRules)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
88 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
11.280
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
46 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
11.238
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
418 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 24427) LIMIT 1 |
11.192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
235 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
11.162
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
28 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
11.121
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
50 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
11.101
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
573 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 130) LIMIT 1 |
11.065
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
99 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
11.058
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
57 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
11.056
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
101 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
10.978
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
338 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
10.942
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
206 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
10.773
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
55 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
10.768
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
44 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
10.737
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
256 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
10.670
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
502 |
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 `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN pswc_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 pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 35 ORDER BY agl.`name` ASC, a.`position` ASC |
10.473
ms
|
2 |
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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
211 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
10.461
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
711 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 190) LIMIT 1 |
10.436
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
196 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
10.374
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
307 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
10.374
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
340 |
SELECT SQL_NO_CACHE name, alias FROM `pswc_hook_alias` |
10.312
ms
|
88 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:921 (isHookCallableOn)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
106 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
10.121
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
87 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
10.106
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
31 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
9.778
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
366 |
SELECT SQL_NO_CACHE *
FROM `pswc_group` a
LEFT JOIN `pswc_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
9.771
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:427 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
681 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 113) LIMIT 1 |
9.761
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
9.754
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
147 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
9.682
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
255 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
9.629
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
162 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
9.601
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
216 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
9.548
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
335 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
9.431
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
82 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
9.367
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
292 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
9.344
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
300 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
9.304
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
37 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
9.298
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
245 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
9.284
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
223 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
9.229
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
132 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
9.087
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
24 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
8.974
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
134 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
8.948
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
326 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
8.909
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
321 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
8.861
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
103 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
8.800
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
394 |
SELECT SQL_NO_CACHE id_order
FROM `pswc_orders` o
WHERE (o.id_cart=0) LIMIT 1 |
8.773
ms
|
1 |
|
|
/modules/facebookproductad/lib/dao/moduleDao.php:383
/modules/facebookproductad/lib/hook/hookDisplay.php:108 (getOrderIdFromCart)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
137 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
8.555
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
248 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
8.551
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
791 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 21
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
8.479
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
8.455
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
293 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
8.431
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
378 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
8.356
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/controller/FrontController.php:1613 (isEnabled)
/classes/controller/FrontController.php:1756 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:269 (getTemplateVarPage)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
65 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
8.320
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
49 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
8.287
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
974 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 46355) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
8.269
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
985 |
SELECT SQL_NO_CACHE *
FROM `pswc_af_googlereviews` gr
WHERE (gr.active = 1 AND gr.rating >= 4) AND (gr.text != "")
ORDER BY gr.position DESC
LIMIT 20 |
8.208
ms
|
31 |
Yes
|
|
/modules/afgooglereviews/classes/GoogleReviews.php:88
/modules/afgooglereviews/afgooglereviews.php:985 (getGoogleReviews)
/modules/afgooglereviews/afgooglereviews.php:931 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:369 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 20
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
8.111
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pswc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 286
ORDER BY `position` |
7.955
ms
|
6 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:696 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
692 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 161 AND `id_shop` = 1 |
7.939
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.907
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
102 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.833
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
169 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
7.831
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
151 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
7.830
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
160 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.749
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
520 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 194040101 AND name = '_elementor_page_settings' LIMIT 1 |
7.703
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1054 (CE\get_post_meta)
/modules/creativeelements/core/document-types/page-base.php:227 (__construct)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/modules/page-templates/module.php:69 (getDocForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:271 (templateInclude)
/modules/creativeelements/creativeelements.php:632 (CE\apply_filters)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
233 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
7.685
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
693 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 162) LIMIT 1 |
7.682
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
7.642
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
800 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 17
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
7.572
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 185 AND `id_shop` = 1 |
7.536
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.497
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
799 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 7
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
7.473
ms
|
16 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
496 |
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 `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN pswc_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 pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 27 ORDER BY agl.`name` ASC, a.`position` ASC |
7.459
ms
|
7 |
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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
26 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.416
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
668 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 140) LIMIT 1 |
7.406
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_cms` a
LEFT JOIN `pswc_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `pswc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 226) AND (b.`id_shop` = 1) LIMIT 1 |
7.345
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:538 (__construct)
:undefined ({closure})
/modules/ps_mainmenu/ps_mainmenu.php:543 (array_map)
/modules/ps_mainmenu/ps_mainmenu.php:609 (generateCMSCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
62 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
7.338
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
261 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
7.264
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
760 |
SELECT SQL_NO_CACHE *
FROM `pswc_cms` a
LEFT JOIN `pswc_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `pswc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 220) AND (b.`id_shop` = 1) LIMIT 1 |
7.231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:538 (__construct)
:undefined ({closure})
/modules/ps_mainmenu/ps_mainmenu.php:543 (array_map)
/modules/ps_mainmenu/ps_mainmenu.php:609 (generateCMSCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 lower(name) as name
FROM `pswc_hook` h
WHERE (h.active = 1) |
7.222
ms
|
994 |
|
|
/classes/Hook.php:1282
/classes/Hook.php:774 (getHookStatusByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
374 |
SELECT SQL_NO_CACHE *
FROM `pswc_mol_payment_method` a0
WHERE (a0.`id_method` = 'applepay') AND (a0.`live_environment` = 1) |
7.210
ms
|
10 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:398 (getAll)
/modules/mollie/shared/Infrastructure/Repository/AbstractRepository.php:48 (getFirst)
/modules/mollie/mollie.php:380 (findOneBy)
/classes/Hook.php:993 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:948 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
824 |
SELECT SQL_NO_CACHE *
FROM `pswc_af_googlereviews` gr
WHERE (gr.active = 1 AND gr.rating >= 4) AND (gr.text != "")
ORDER BY gr.position DESC
LIMIT 20 |
7.148
ms
|
31 |
Yes
|
|
/modules/afgooglereviews/classes/GoogleReviews.php:88
/modules/afgooglereviews/afgooglereviews.php:985 (getGoogleReviews)
/modules/afgooglereviews/afgooglereviews.php:924 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:214 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:232 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
529 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "psgdpr" LIMIT 1 |
7.024
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/creativeelements/includes/widgets/contact-form.php:1368 (isEnabled)
/modules/creativeelements/includes/widgets/contact-form.php:1359 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1073 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:896 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:941 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 165 AND `id_shop` = 1 |
6.973
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 c.*, cl.*
FROM `pswc_category` c
INNER JOIN pswc_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pswc_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `pswc_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `pswc_category` c2 ON c2.`id_category` = 220 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
6.930
ms
|
127 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/ps_mainmenu/ps_mainmenu.php:579 (getNestedCategories)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
322 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.911
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
114 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.908
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
405 |
SELECT SQL_NO_CACHE *
FROM `pswc_tax` a
WHERE (a.`id_tax` = 84) LIMIT 1 |
6.900
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3916 (getTaxCalculator)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
527 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 2170101 AND name = '_elementor_data' LIMIT 1 |
6.900
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:66 (getElementsData)
/modules/creativeelements/core/files/css/post.php:187 (getData)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
407 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 288 AND `id_group` = 1 LIMIT 1 |
6.864
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
826 |
SELECT SQL_NO_CACHE *
FROM `pswc_af_googlereviews` gr
WHERE (gr.active = 1 AND gr.rating >= 4) AND (gr.text != "")
ORDER BY gr.position DESC
LIMIT 20 |
6.843
ms
|
31 |
Yes
|
|
/modules/afgooglereviews/classes/GoogleReviews.php:88
/modules/afgooglereviews/afgooglereviews.php:985 (getGoogleReviews)
/modules/afgooglereviews/afgooglereviews.php:926 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:214 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:232 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
650 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 251 AND `id_shop` = 1 |
6.752
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
97 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
6.740
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
67 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
6.733
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
388 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM pswc_required_field |
6.715
ms
|
1 |
|
|
/classes/ObjectModel.php:1591
/classes/ObjectModel.php:1623 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1554 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:511 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
84 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.673
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
149 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
6.648
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
375 |
SELECT SQL_NO_CACHE 1 FROM pswc_cart_product cp INNER JOIN pswc_product p
ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
6.627
ms
|
1 |
|
|
/classes/Cart.php:4191
/classes/Cart.php:4166 (hasProducts)
/classes/Cart.php:2117 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
649 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 251) LIMIT 1 |
6.625
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
480 |
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 `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN pswc_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 pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 22 ORDER BY agl.`name` ASC, a.`position` ASC |
6.582
ms
|
13 |
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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (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 `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
6.559
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
956 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24481) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
6.509
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
666 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 219) LIMIT 1 |
6.407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category_lang`
WHERE `id_category` = 175 AND `id_shop` = 1 |
6.390
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
616 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 184) LIMIT 1 |
6.366
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
170 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.304
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
260 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.239
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
892 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46532) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
6.215
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
6.211
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
86 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.206
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
536 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `pswc_category` c
INNER JOIN pswc_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pswc_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `pswc_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `pswc_category` c2 ON c2.`id_category` = 110 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
6.129
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/ps_mainmenu/ps_mainmenu.php:579 (getNestedCategories)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
808 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 13
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
6.091
ms
|
22 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 207) LIMIT 1 |
6.086
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
95 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
6.085
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
495 |
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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=16)) GROUP BY pac.id_attribute |
6.020
ms
|
41712 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
198 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
6.006
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
492 |
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 `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN pswc_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 pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 11 ORDER BY agl.`name` ASC, a.`position` ASC |
5.984
ms
|
7 |
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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
43 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
5.955
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
497 |
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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=27)) GROUP BY pac.id_attribute |
5.925
ms
|
165457600 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
34 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
5.862
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
220 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
5.688
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
789 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 17
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
5.683
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
5.622
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
994 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 194040101 AND name = '_elementor_page_settings' LIMIT 1 |
5.533
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/settings/page/manager.php:236 (CE\get_post_meta)
/modules/creativeelements/core/settings/base/manager.php:311 (getSavedSettings)
/modules/creativeelements/core/settings/base/manager.php:108 (createModel)
/modules/creativeelements/core/settings/page/manager.php:77 (getModel)
/modules/creativeelements/core/settings/manager.php:170 (getModelForConfig)
/modules/creativeelements/includes/frontend.php:1030 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/base/app.php:39 (getSettings)
/modules/creativeelements/includes/frontend.php:503 (printConfig)
/modules/creativeelements/includes/frontend.php:583 (enqueueScripts)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
230 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
5.470
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
733 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 234) LIMIT 1 |
5.425
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
5.395
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
796 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 5
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
5.325
ms
|
18 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `pswc_lang` l
LEFT JOIN `pswc_lang_shop` ls ON (l.id_lang = ls.id_lang) |
5.203
ms
|
3 |
|
|
/classes/Language.php:1049
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
23 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
5.130
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
154 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
5.127
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
812 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 20
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
5.101
ms
|
12 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
813 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 21
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
5.068
ms
|
6 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
915 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46555) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
5.024
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
141 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
5.000
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
466 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM pswc_layered_category
WHERE controller = 'category'
AND id_category = 194
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
4.973
ms
|
17 |
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:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
330 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.922
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
85 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
4.903
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
304 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.836
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
27 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
4.804
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
74 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.760
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
978 |
SELECT SQL_NO_CACHE data
FROM `pswc_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
4.733
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:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:369 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
136 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.722
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
201 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
4.700
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
73 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
4.680
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
177 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
4.629
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
499 |
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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=31)) GROUP BY pac.id_attribute |
4.589
ms
|
236368000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (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 `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.371
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
83 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
4.340
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
609 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 135 AND `id_shop` = 1 |
4.315
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
22 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.272
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
594 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 211) LIMIT 1 |
4.233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_cms` a
LEFT JOIN `pswc_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `pswc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 189) AND (b.`id_shop` = 1) LIMIT 1 |
4.228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:538 (__construct)
:undefined ({closure})
/modules/ps_mainmenu/ps_mainmenu.php:543 (array_map)
/modules/ps_mainmenu/ps_mainmenu.php:609 (generateCMSCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
579 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `pswc_category` c
INNER JOIN pswc_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pswc_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `pswc_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `pswc_category` c2 ON c2.`id_category` = 111 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
4.205
ms
|
127 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/ps_mainmenu/ps_mainmenu.php:579 (getNestedCategories)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
4.203
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
180 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.164
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
314 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.149
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
765 |
SELECT SQL_NO_CACHE *
FROM `pswc_cms` a
LEFT JOIN `pswc_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `pswc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 210) AND (b.`id_shop` = 1) LIMIT 1 |
4.101
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:538 (__construct)
:undefined ({closure})
/modules/ps_mainmenu/ps_mainmenu.php:543 (array_map)
/modules/ps_mainmenu/ps_mainmenu.php:609 (generateCMSCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
4.054
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
828 |
SELECT SQL_NO_CACHE 1 FROM pswc_module_group WHERE id_module = 156 AND id_shop = 1 AND id_group IN (1) LIMIT 1 |
4.008
ms
|
1 |
|
|
/modules/creativeelements/includes/widgets/module.php:177
/modules/creativeelements/includes/widgets/module.php:187 (isInCustomerGroups)
/modules/creativeelements/includes/widgets/module.php:232 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
481 |
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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=22)) GROUP BY pac.id_attribute |
4.004
ms
|
307278400 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
202 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.947
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
316 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.898
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
372 |
SELECT SQL_NO_CACHE state FROM pswc_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
3.858
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:198 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
91 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
3.841
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
309 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
3.841
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
306 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.815
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
59 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
3.778
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
186 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.767
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
188 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.748
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
477 |
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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=30)) GROUP BY pac.id_attribute |
3.692
ms
|
41712 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
592 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 208) LIMIT 1 |
3.657
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
190 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.652
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
124 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.638
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
252 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.617
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
128 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.612
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
219 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
3.606
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
308 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.604
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
30 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.592
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
194 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.571
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
473 |
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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=6)) GROUP BY pac.id_attribute |
3.523
ms
|
283641600 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
887 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46527) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.374
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
214 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IS NULL |
3.368
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
732 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 229 AND `id_shop` = 1 |
3.221
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
33 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
3.218
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
409 |
SELECT SQL_NO_CACHE tr.*
FROM `pswc_tax_rule` tr
JOIN `pswc_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
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 |
3.210
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3942 (getTaxCalculator)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5672 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
505 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-14 00:00:00',
INTERVAL 365 DAY
)
) > 0) as new
FROM pswc_product p
LEFT JOIN pswc_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN pswc_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN pswc_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (288,631,286) |
3.172
ms
|
3 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
351 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 194) AND (b.`id_shop` = 1) LIMIT 1 |
3.169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:78 (__construct)
/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 `pswc_configuration` c
LEFT JOIN `pswc_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
3.149
ms
|
1451 |
|
|
/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)
|
354 |
SELECT SQL_NO_CACHE c.id_currency
FROM `pswc_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
3.124
ms
|
1 |
|
|
/classes/Currency.php:895
/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:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
3 |
SELECT SQL_NO_CACHE *
FROM `pswc_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
3.095
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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)
|
331 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
3.091
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
209 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
3.064
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
191 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
3.059
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
117 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
2.985
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
229 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
2.909
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
25 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
2.884
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
207 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
2.866
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
187 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
2.863
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
189 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
2.861
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
153 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
2.849
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
287 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
2.848
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
181 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
2.813
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
215 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
2.785
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
567 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 158) LIMIT 1 |
2.776
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
289 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
2.731
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
195 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
2.717
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
193 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
2.637
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
197 |
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pswc_translation`
WHERE `id_lang` = 1
AND theme IN (SELECT `theme` FROM `pswc_shop` WHERE `active` = 1) |
2.620
ms
|
5021 |
|
|
/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:436 (load)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:328 (doLoadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:362 (initializeCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:347 (dumpCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php:46 (Symfony\Component\Translation\{closure})
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:348 (cache)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:316 (initializeCacheCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:292 (loadCatalogue)
/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php:223 (getCatalogue)
/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php:70 (trans)
/classes/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
349 |
SELECT SQL_NO_CACHE * FROM `pswc_hook_module_exceptions`
WHERE `id_shop` IN (1) |
2.580
ms
|
1 |
|
|
/classes/module/Module.php:2015
/classes/Hook.php:881 (getExceptionsStatic)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
342 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pswc_module` m
LEFT JOIN `pswc_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
2.567
ms
|
85 |
|
|
/classes/module/Module.php:345
/modules/glotio/glotio.php:64 (__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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
787 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 18
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
2.558
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 1 FROM pswc_module_group WHERE id_module = 150 AND id_shop = 1 AND id_group IN (1) LIMIT 1 |
2.475
ms
|
1 |
|
|
/modules/creativeelements/includes/widgets/module.php:177
/modules/creativeelements/includes/widgets/module.php:187 (isInCustomerGroups)
/modules/creativeelements/includes/widgets/module.php:232 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
470 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `pswc_category` c
INNER JOIN pswc_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pswc_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
ORDER BY c.nleft, c.position |
2.439
ms
|
127 |
Yes
|
|
/classes/Category.php:721
/modules/ps_facetedsearch/src/Filters/Block.php:986 (getAllCategoriesName)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
346 |
SELECT SQL_NO_CACHE value FROM `pswc_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
2.411
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/modules/afgooglereviews/afgooglereviews.php:106 (isFeatureActive)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
753 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `pswc_cms` c
INNER JOIN `pswc_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `pswc_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 8
AND cs.`id_shop` = 1
AND cl.`id_lang` = 1
AND cl.`id_shop` = 1
AND c.`active` = 1
ORDER BY `position` |
2.242
ms
|
184 |
Yes
|
|
/modules/ps_mainmenu/ps_mainmenu.php:907
/modules/ps_mainmenu/ps_mainmenu.php:526 (getCMSPages)
/modules/ps_mainmenu/ps_mainmenu.php:609 (generateCMSCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
16 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `pswc_module` m
INNER JOIN pswc_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 `pswc_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `pswc_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `pswc_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` |
2.045
ms
|
225 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:699 (getAllHookRegistrations)
/classes/Hook.php:803 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
680 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `pswc_category` c
INNER JOIN pswc_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pswc_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `pswc_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `pswc_category` c2 ON c2.`id_category` = 113 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.990
ms
|
127 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/ps_mainmenu/ps_mainmenu.php:579 (getNestedCategories)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `id_module` FROM `pswc_module` WHERE `name` = "mollie" LIMIT 1 |
1.964
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/mollie/src/Handler/ErrorHandler/ErrorHandler.php:101 (isEnabled)
/modules/mollie/src/Handler/ErrorHandler/ErrorHandler.php:138 (__construct)
/modules/mollie/mollie.php:105 (getInstance)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/controller/FrontController.php:477 (exec)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
734 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 234 AND `id_shop` = 1 |
1.908
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
403 |
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 `pswc_hook_module` hm
STRAIGHT_JOIN `pswc_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `pswc_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.888
ms
|
551 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3915 (getManager)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
786 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 14
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
1.722
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
868 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `pswc_product_attribute_combination` pac
LEFT JOIN `pswc_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pswc_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (46508,46509,46510,46511,46512,46513,46514,46515,46516,46517,46518,46519,46520,46521,46522,46523,46524,46525,46526,46527,46528,46529,46530,46531,46532,46533,46534,46535,46536,46537,46538,46539,46540,46541,46542,46543,46544,46545,46546,46547,46548,46549,46550,46551,46552,46553,46554,46555,46556,46557,46558,46559,46560,46561,46562,46563,46564,46565,46566,46567,46568,46569,46570,46571,46572,46573,46574,46575,46576,46577)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.627
ms
|
140 |
|
|
/classes/Product.php:2745
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 atp.*, atpl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name,
ccl.name as cms_category_name
FROM `pswc_pm_advancedtopmenu` atp
LEFT JOIN `pswc_pm_advancedtopmenu_lang` atpl ON (atp.`id_menu` = atpl.`id_menu` AND atpl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atp.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = atp.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atp.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atp.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atp.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atp.`active` = 1 AND (atp.`active_desktop` = 1 || atp.`active_mobile` = 1)
AND ((atp.`id_manufacturer` = 0 AND atp.`id_supplier` = 0 AND atp.`id_category` = 0 AND atp.`id_cms` = 0 AND atp.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND IF (atp.`id_category` IS NULL OR atp.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atp.`id_menu`
ORDER BY atp.`position` |
1.619
ms
|
12 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuClass.php:322
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4925 (getMenus)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
402 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `pswc_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `pswc_hook_alias` ha
INNER JOIN `pswc_hook` h ON ha.name = h.name |
1.618
ms
|
0 |
|
|
/classes/Hook.php:1242
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3915 (getManager)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
490 |
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 `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN pswc_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 pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 26 ORDER BY agl.`name` ASC, a.`position` ASC |
1.617
ms
|
5 |
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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
498 |
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 `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN pswc_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 pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 31 ORDER BY agl.`name` ASC, a.`position` ASC |
1.580
ms
|
10 |
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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
21 |
SELECT SQL_NO_CACHE `id_lang`
FROM `pswc_lang`
WHERE `locale` = "en-US" LIMIT 1 |
1.543
ms
|
3 |
|
|
/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/Translate.php:231 (trans)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
446 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 24463
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 286 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 24463
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 286 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.493
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
807 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 12
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
1.487
ms
|
18 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 c.*, cl.*
FROM `pswc_category` c
INNER JOIN pswc_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pswc_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `pswc_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `pswc_category` c2 ON c2.`id_category` = 112 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.416
ms
|
127 |
Yes
|
Yes
|
/classes/Category.php:796
/modules/ps_mainmenu/ps_mainmenu.php:579 (getNestedCategories)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category_lang`
WHERE `id_category` = 181 AND `id_shop` = 1 |
1.401
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 8
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
1.356
ms
|
10 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
795 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 4
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
1.324
ms
|
16 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
471 |
SELECT SQL_NO_CACHE cp.id_category, 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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_category_group cg ON (cg.id_category = c.id_category) WHERE cg.id_group='1' AND c.level_depth<=5 AND c.nleft>147 AND c.nright<148 GROUP BY cp.id_category |
1.279
ms
|
87120 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:992 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
804 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 10
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
1.276
ms
|
8 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 6
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
1.236
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 11
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
1.234
ms
|
12 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
810 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 15
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
1.226
ms
|
10 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
802 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 9
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
1.197
ms
|
12 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
775 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 2
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
1.101
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
503 |
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, cp.position FROM pswc_product p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pswc_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 pswc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pswc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pswc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pswc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pswc_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 c.nleft>=147 AND c.nright<=148 GROUP BY p.id_product) p LEFT JOIN pswc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pswc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN pswc_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=35)) GROUP BY pac.id_attribute |
1.087
ms
|
41712 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
606 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 157) LIMIT 1 |
1.070
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
488 |
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 `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN pswc_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 pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 19 ORDER BY agl.`name` ASC, a.`position` ASC |
1.022
ms
|
7 |
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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
794 |
SELECT SQL_NO_CACHE ate.*, atel.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_elements` ate
LEFT JOIN `pswc_pm_advancedtopmenu_elements_lang` atel ON (ate.`id_element` = atel.`id_element` AND atel.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = ate.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_cms_category cc ON (cc.id_cms_category = ate.`id_cms_category`)
LEFT JOIN pswc_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = cc.id_cms_category AND cms_category_shop.id_shop = 1)
LEFT JOIN pswc_cms_category_lang ccl ON (cc.id_cms_category = ccl.id_cms_category AND ccl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = ate.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (ate.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (ate.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE ate.`active` = 1 AND (ate.`active_desktop` = 1 || ate.`active_mobile` = 1) AND ate.`id_column` = 3
AND ((ate.`id_manufacturer` = 0 AND ate.`id_supplier` = 0 AND ate.`id_category` = 0 AND ate.`id_cms` = 0 AND ate.`id_cms_category` = 0)
OR c.id_cms IS NOT NULL OR cc.id_cms_category IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)
AND (cms_shop.`id_shop` = 1 OR cms_shop.`id_shop` IS NULL) AND (manufacturer_shop.`id_shop` = 1 OR manufacturer_shop.`id_shop` IS NULL) AND (supplier_shop.`id_shop` = 1 OR supplier_shop.`id_shop` IS NULL)AND IF (ate.`id_category` IS NULL OR ate.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY ate.`id_element`
ORDER BY ate.`position` |
0.985
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:209
/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php:218 (getMenuColumnElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4932 (getMenuColumnsElements)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 19
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.961
ms
|
4 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
942 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `pswc_product_attribute_combination` pac
LEFT JOIN `pswc_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pswc_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (24463,24464,24465,24466,24467,24468,24469,24470,24471,24472,24473,24474,24479,24480,24481,24482,24483,24484,24485,24486,24487,24488,24489,24490,24491,24492,24493,24494,46351,46352,46353,46354,46355,46356,46357)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.938
ms
|
70 |
|
|
/classes/Product.php:2745
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 13
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.937
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
776 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 3
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.934
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 10
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.931
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
484 |
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 `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN pswc_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 pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 24 ORDER BY agl.`name` ASC, a.`position` ASC |
0.919
ms
|
17 |
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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
781 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 12
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.889
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
784 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 15
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.878
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 11
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.870
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
764 |
SELECT SQL_NO_CACHE *
FROM `pswc_cms` a
LEFT JOIN `pswc_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `pswc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 212) AND (b.`id_shop` = 1) LIMIT 1 |
0.865
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:538 (__construct)
:undefined ({closure})
/modules/ps_mainmenu/ps_mainmenu.php:543 (array_map)
/modules/ps_mainmenu/ps_mainmenu.php:609 (generateCMSCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
373 |
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 `pswc_category` c
INNER JOIN pswc_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pswc_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 194
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.854
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:921
/controllers/front/listing/CategoryController.php:223 (getSubCategories)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
777 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 4
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.849
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
756 |
SELECT SQL_NO_CACHE *
FROM `pswc_cms` a
LEFT JOIN `pswc_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `pswc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 211) AND (b.`id_shop` = 1) LIMIT 1 |
0.844
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:538 (__construct)
:undefined ({closure})
/modules/ps_mainmenu/ps_mainmenu.php:543 (array_map)
/modules/ps_mainmenu/ps_mainmenu.php:609 (generateCMSCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
938 |
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 `pswc_product_attribute` pa
INNER JOIN pswc_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 `pswc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pswc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pswc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (631) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.838
ms
|
70 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:243 (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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
778 |
SELECT SQL_NO_CACHE atmc.*, atmcl.*,
cl.link_rewrite, cl.meta_title,
cal.link_rewrite as category_link_rewrite, cal.name as category_name,
m.name as manufacturer_name,
s.name as supplier_name
FROM `pswc_pm_advancedtopmenu_columns` atmc
LEFT JOIN `pswc_pm_advancedtopmenu_columns_lang` atmcl ON (atmc.`id_column` = atmcl.`id_column` AND atmcl.`id_lang` = 1)
LEFT JOIN pswc_cms c ON (c.id_cms = atmc.`id_cms`)
LEFT JOIN pswc_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
LEFT JOIN pswc_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1)
LEFT JOIN pswc_category ca ON (ca.id_category = atmc.`id_category`)
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = ca.`id_category`)
LEFT JOIN pswc_category_lang cal ON (ca.id_category = cal.id_category AND cal.id_lang = 1 AND cal.id_shop = 1 )
LEFT JOIN `pswc_manufacturer` m ON (atmc.`id_manufacturer` = m.`id_manufacturer`)
LEFT JOIN pswc_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
LEFT JOIN `pswc_supplier` s ON (atmc.`id_supplier` = s.`id_supplier`)
LEFT JOIN pswc_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE atmc.`active` = 1 AND (atmc.`active_desktop` = 1 || atmc.`active_mobile` = 1) AND atmc.`id_wrap` = 9
AND ((atmc.`id_manufacturer` = 0 AND atmc.`id_supplier` = 0 AND atmc.`id_category` = 0 AND atmc.`id_cms` = 0)
OR c.id_cms IS NOT NULL OR m.id_manufacturer IS NOT NULL OR ca.id_category IS NOT NULL OR s.`id_supplier` IS NOT NULL)AND IF (atmc.`id_category` IS NULL OR atmc.`id_category` = 0, 1, cg.`id_group` IN (1))
GROUP BY atmc.`id_column`
ORDER BY atmc.`position` |
0.821
ms
|
2 |
Yes
|
Yes
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:275
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php:319 (getMenuColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4931 (getMenusColums)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 132) LIMIT 1 |
0.784
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
494 |
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 `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN pswc_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 pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 16 ORDER BY agl.`name` ASC, a.`position` ASC |
0.756
ms
|
2 |
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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
411 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 288 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 288 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.743
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
347 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `pswc_meta` m
LEFT JOIN `pswc_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.707
ms
|
67 |
Yes
|
|
/classes/Dispatcher.php:633
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
977 |
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 `pswc_product_attribute` pa
INNER JOIN pswc_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 `pswc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pswc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pswc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (286) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.683
ms
|
35 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:243 (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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
476 |
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 `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN pswc_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 pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 30 ORDER BY agl.`name` ASC, a.`position` ASC |
0.667
ms
|
2 |
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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
513 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pswc_product_attribute_image` pai
LEFT JOIN `pswc_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pswc_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (46508, 46509, 46510, 46511, 46512, 46513, 46514, 46515, 46516, 46517, 46518, 46519, 46520, 46521, 46522, 46523, 46524, 46525, 46526, 46527, 46528, 46529, 46530, 46531, 46532, 46533, 46534, 46535, 46536, 46537, 46538, 46539, 46540, 46541, 46542, 46543, 46544, 46545, 46546, 46547, 46548, 46549, 46550, 46551, 46552, 46553, 46554, 46555, 46556, 46557, 46558, 46559, 46560, 46561, 46562, 46563, 46564, 46565, 46566, 46567, 46568, 46569, 46570, 46571, 46572, 46573, 46574, 46575, 46576, 46577) AND il.`id_lang` = 1 ORDER by i.`position` |
0.647
ms
|
70 |
Yes
|
|
/classes/Product.php:2914
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:696 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
467 |
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 `pswc_attribute_group` ag INNER JOIN pswc_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 `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `pswc_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `pswc_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 |
0.640
ms
|
23 |
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:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
814 |
SELECT SQL_NO_CACHE *
FROM `pswc_ce_theme` a
LEFT JOIN `pswc_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = 1
LEFT JOIN `pswc_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = 1
WHERE (a.`id_ce_theme` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
0.609
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:101 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:146 (getInstance)
/modules/creativeelements/core/documents-manager.php:195 (CE\get_post)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/includes/frontend.php:842 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
450 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 286
AND pac.`id_product_attribute` = 24463
AND agl.`id_lang` = 1 |
0.602
ms
|
2 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
863 |
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 `pswc_product_attribute` pa
INNER JOIN pswc_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 `pswc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pswc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pswc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (288) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.595
ms
|
28 |
Yes
|
Yes
|
/classes/Product.php:4497
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:243 (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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
472 |
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 `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN pswc_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 pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 6 ORDER BY agl.`name` ASC, a.`position` ASC |
0.563
ms
|
12 |
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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
739 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 173) LIMIT 1 |
0.544
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
474 |
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 `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN pswc_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 pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 9 ORDER BY agl.`name` ASC, a.`position` ASC |
0.540
ms
|
6 |
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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
867 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pswc_product_attribute` pa
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 631
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.539
ms
|
70 |
|
Yes
|
/classes/Product.php:2727
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 c.id_category, cl.name, cl.link_rewrite FROM pswc_category c LEFT JOIN pswc_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN pswc_category_lang cl ON (cl.id_category = c.id_category AND cl.id_shop = 1 )WHERE c.nleft <= 147 AND c.nright >= 148 AND c.nleft >= 2 AND c.nright <= 253 AND cl.id_lang = 1 AND c.level_depth > 1 ORDER BY c.level_depth ASC |
0.537
ms
|
127 |
Yes
|
|
/modules/facebookproductad/lib/moduleTools.php:526
/modules/facebookproductad/lib/moduleTools.php:483 (getPath)
/modules/facebookproductad/lib/pixel/pixelCategory.php:127 (getProductPath)
/modules/facebookproductad/lib/pixel/basePixel.php:189 (setContentCategory)
/modules/facebookproductad/lib/moduleTools.php:1564 (set)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
429 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 631 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 631 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.527
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
377 |
SELECT SQL_NO_CACHE 1 FROM `pswc_cart_rule` WHERE ((date_to >= "2025-07-14 00:00:00" AND date_to <= "2025-07-14 23:59:59") OR (date_from >= "2025-07-14 00:00:00" AND date_from <= "2025-07-14 23:59:59") OR (date_from < "2025-07-14 00:00:00" AND date_to > "2025-07-14 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.524
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:564 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
514 |
SELECT SQL_NO_CACHE *
FROM `pswc_product` a
LEFT JOIN `pswc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pswc_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 |
0.517
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:696 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
416 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 288
AND `required` = 1 AND `is_deleted` = 0 |
0.510
ms
|
2 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
415 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 288
ORDER BY f.position ASC |
0.508
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
478 |
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 `pswc_attribute_group` ag INNER JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `pswc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pswc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN pswc_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 pswc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `pswc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 28 ORDER BY agl.`name` ASC, a.`position` ASC |
0.504
ms
|
3 |
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:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
389 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a0
LEFT JOIN `pswc_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 147) AND (a0.`nright` > 148) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.503
ms
|
127 |
Yes
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:239 (rewind)
/classes/controller/FrontController.php:1819 (getBreadcrumbLinks)
/classes/controller/FrontController.php:512 (getBreadcrumb)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
979 |
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `pswc_category_product` cp
LEFT JOIN `pswc_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `pswc_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN pswc_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (288,631,286) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC |
0.503
ms
|
30 |
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:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:369 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
941 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pswc_product_attribute` pa
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 286
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.498
ms
|
35 |
|
Yes
|
/classes/Product.php:2727
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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_hook`, `name` FROM `pswc_hook` |
0.496
ms
|
994 |
|
|
/classes/Hook.php:1242
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:812 (getIdByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
425 |
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 `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 631) |
0.477
ms
|
70 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
770 |
SELECT SQL_NO_CACHE atmcw.*, atmcwl.*
FROM `pswc_pm_advancedtopmenu_columns_wrap` atmcw
LEFT JOIN `pswc_pm_advancedtopmenu_columns_wrap_lang` atmcwl ON (atmcw.`id_wrap` = atmcwl.`id_wrap` AND atmcwl.`id_lang` = 1)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 3
ORDER BY atmcw.`position` |
0.472
ms
|
3 |
Yes
|
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:135
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:142 (getMenuColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4930 (getMenusColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category_lang`
WHERE `id_category` = 130 AND `id_shop` = 1 |
0.465
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 215 AND `id_shop` = 1 |
0.460
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
396 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 288
AND image_shop.`cover` = 1 LIMIT 1 |
0.457
ms
|
6 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
517 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pswc_product_attribute_image` pai
LEFT JOIN `pswc_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pswc_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (24463, 24464, 24465, 24466, 24467, 24468, 24469, 24470, 24471, 24472, 24473, 24474, 24479, 24480, 24481, 24482, 24483, 24484, 24485, 24486, 24487, 24488, 24489, 24490, 24491, 24492, 24493, 24494, 46351, 46352, 46353, 46354, 46355, 46356, 46357) AND il.`id_lang` = 1 ORDER by i.`position` |
0.457
ms
|
35 |
Yes
|
|
/classes/Product.php:2914
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:696 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
417 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 288
AND pac.`id_product_attribute` = 24427
AND agl.`id_lang` = 1 |
0.451
ms
|
2 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
444 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 286 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 286 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.433
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
431 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 46508
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 631 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 46508
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 631 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.423
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
413 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 24427
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 288 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pswc_cart_product` cp JOIN `pswc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pswc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 24427
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 288 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.421
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4332 (getProductQuantity)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
818 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 1170101 AND name = '_elementor_css' LIMIT 1 |
0.415
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/base.php:128 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
434 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pswc_attribute` a
LEFT JOIN `pswc_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pswc_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pswc_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `pswc_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 631
AND pac.`id_product_attribute` = 46508
AND agl.`id_lang` = 1 |
0.412
ms
|
2 |
|
|
/classes/Product.php:7467
/classes/Product.php:5788 (getAttributesParams)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
469 |
SELECT SQL_NO_CACHE data FROM pswc_layered_filter_block WHERE hash="169dabcc86882d6e042fda8ad6a2ce06" LIMIT 1 |
0.410
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
512 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pswc_product_attribute`
WHERE `id_product` = 631 |
0.410
ms
|
70 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:696 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM pswc_shop_url su
LEFT JOIN pswc_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.artemi.be' OR su.domain_ssl = 'www.artemi.be')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.410
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1363
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
940 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_lang`
WHERE `id_product` = 286 AND `id_shop` = 1 |
0.400
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
400 |
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 `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 288) |
0.393
ms
|
28 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
816 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 1170101 AND name = '_elementor_data' LIMIT 1 |
0.392
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:847 (getElementsData)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_product` a
LEFT JOIN `pswc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 631) AND (b.`id_shop` = 1) LIMIT 1 |
0.387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5619 (getProductLink)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
758 |
SELECT SQL_NO_CACHE *
FROM `pswc_cms` a
LEFT JOIN `pswc_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `pswc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 215) AND (b.`id_shop` = 1) LIMIT 1 |
0.387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:538 (__construct)
:undefined ({closure})
/modules/ps_mainmenu/ps_mainmenu.php:543 (array_map)
/modules/ps_mainmenu/ps_mainmenu.php:609 (generateCMSCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
554 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 206 AND `id_shop` = 1 |
0.386
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
404 |
SELECT SQL_NO_CACHE tr.*
FROM `pswc_tax_rule` tr
JOIN `pswc_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
AND tr.`id_tax_rules_group` = 58
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 |
0.383
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3916 (getTaxCalculator)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
353 |
SELECT SQL_NO_CACHE `id_lang` FROM `pswc_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.382
ms
|
3 |
|
|
/classes/Language.php:852
/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:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pswc_module` m
LEFT JOIN `pswc_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.381
ms
|
85 |
|
|
/classes/module/Module.php:345
/modules/lgseoredirect/lgseoredirect.php:50 (__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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
986 |
SELECT SQL_NO_CACHE *
FROM `pswc_af_googlereviews` gr
WHERE (gr.active = 1 AND gr.rating >= 4) AND (gr.text != "")
ORDER BY gr.position DESC
LIMIT 20 |
0.380
ms
|
31 |
Yes
|
|
/modules/afgooglereviews/classes/GoogleReviews.php:88
/modules/afgooglereviews/afgooglereviews.php:994 (getGoogleReviews)
/modules/afgooglereviews/afgooglereviews.php:931 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:369 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
448 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 286
ORDER BY f.position ASC |
0.378
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
507 |
SELECT SQL_NO_CACHE *
FROM `pswc_product` a
LEFT JOIN `pswc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 288) AND (b.`id_shop` = 1) LIMIT 1 |
0.372
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:74 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:696 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
864 |
SELECT SQL_NO_CACHE *
FROM `pswc_product` a
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 631) LIMIT 1 |
0.368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
593 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 208 AND `id_shop` = 1 |
0.368
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 pa.*, product_attribute_shop.*
FROM `pswc_product_attribute` pa
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 288
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.364
ms
|
28 |
|
Yes
|
/classes/Product.php:2727
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
433 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pswc_feature_product pf
LEFT JOIN pswc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN pswc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 631
ORDER BY f.position ASC |
0.362
ms
|
3 |
Yes
|
|
/classes/Product.php:5954
/classes/Product.php:5762 (getFrontFeaturesStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
983 |
SELECT SQL_NO_CACHE *
FROM `pswc_af_googlereviews` gr
WHERE (gr.active = 1 AND gr.rating >= 4) AND (gr.text != "")
ORDER BY gr.position DESC
LIMIT 20 |
0.362
ms
|
31 |
Yes
|
|
/modules/afgooglereviews/classes/GoogleReviews.php:88
/modules/afgooglereviews/afgooglereviews.php:985 (getGoogleReviews)
/modules/afgooglereviews/afgooglereviews.php:924 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:369 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 `pswc_category_lang`
WHERE `id_category` = 220 AND `id_shop` = 1 |
0.361
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
825 |
SELECT SQL_NO_CACHE *
FROM `pswc_af_googlereviews` gr
WHERE (gr.active = 1 AND gr.rating >= 4) AND (gr.text != "")
ORDER BY gr.position DESC
LIMIT 20 |
0.361
ms
|
31 |
Yes
|
|
/modules/afgooglereviews/classes/GoogleReviews.php:88
/modules/afgooglereviews/afgooglereviews.php:994 (getGoogleReviews)
/modules/afgooglereviews/afgooglereviews.php:924 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:214 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:232 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
762 |
SELECT SQL_NO_CACHE *
FROM `pswc_cms` a
LEFT JOIN `pswc_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `pswc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 209) AND (b.`id_shop` = 1) LIMIT 1 |
0.358
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:538 (__construct)
:undefined ({closure})
/modules/ps_mainmenu/ps_mainmenu.php:543 (array_map)
/modules/ps_mainmenu/ps_mainmenu.php:609 (generateCMSCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pswc_product_attribute_image` pai
LEFT JOIN `pswc_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pswc_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (24427, 24428, 24429, 24430, 24431, 24432, 24433, 24434, 24435, 24436, 24437, 24438, 24443, 24444, 24445, 24446, 24447, 24448, 24449, 24450, 24451, 24452, 24453, 24454, 24455, 24456, 24457, 24458) AND il.`id_lang` = 1 ORDER by i.`position` |
0.356
ms
|
28 |
Yes
|
|
/classes/Product.php:2914
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:696 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
419 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 24427 |
0.350
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
827 |
SELECT SQL_NO_CACHE *
FROM `pswc_af_googlereviews` gr
WHERE (gr.active = 1 AND gr.rating >= 4) AND (gr.text != "")
ORDER BY gr.position DESC
LIMIT 20 |
0.349
ms
|
31 |
Yes
|
|
/modules/afgooglereviews/classes/GoogleReviews.php:88
/modules/afgooglereviews/afgooglereviews.php:994 (getGoogleReviews)
/modules/afgooglereviews/afgooglereviews.php:926 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:214 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:232 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
440 |
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 `pswc_product` p
INNER JOIN `pswc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pswc_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` = 286) |
0.347
ms
|
35 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
508 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pswc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 288
ORDER BY `position` |
0.342
ms
|
6 |
Yes
|
|
/classes/Product.php:3538
/src/Adapter/Image/ImageRetriever.php:77 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:696 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
380 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 194) AND (b.`id_shop` = 1) LIMIT 1 |
0.340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1214 (getCategoryLink)
/classes/controller/FrontController.php:2123 (getLanguageLink)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
652 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 112) LIMIT 1 |
0.331
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
988 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 192010000 AND name = '_wp_page_template' LIMIT 1 |
0.330
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/document-types/page-base.php:218 (CE\get_post_meta)
/modules/creativeelements/core/kits/documents/kit.php:23 (__construct)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/kits/manager.php:51 (get)
/modules/creativeelements/core/kits/manager.php:128 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:106 (getKitForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:222 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:556 (CE\do_action)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 `pswc_category_lang`
WHERE `id_category` = 222 AND `id_shop` = 1 |
0.328
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 181) LIMIT 1 |
0.325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
904 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46544) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.325
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 m.* FROM `pswc_module` m WHERE m.`active` = 1 |
0.324
ms
|
85 |
|
|
/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/Translate.php:231 (getTranslator)
/classes/module/Module.php:1766 (getModuleTranslation)
/modules/lgseoredirect/lgseoredirect.php:51 (l)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
420 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 631
AND image_shop.`cover` = 1 LIMIT 1 |
0.321
ms
|
5 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
430 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46508) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.321
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
406 |
SELECT SQL_NO_CACHE *
FROM `pswc_tax_lang`
WHERE `id_tax` = 84 |
0.320
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3916 (getTaxCalculator)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
771 |
SELECT SQL_NO_CACHE atmcw.*, atmcwl.*
FROM `pswc_pm_advancedtopmenu_columns_wrap` atmcw
LEFT JOIN `pswc_pm_advancedtopmenu_columns_wrap_lang` atmcwl ON (atmcw.`id_wrap` = atmcwl.`id_wrap` AND atmcwl.`id_lang` = 1)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 4
ORDER BY atmcw.`position` |
0.319
ms
|
3 |
Yes
|
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:135
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:142 (getMenuColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4930 (getMenusColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 value FROM pswc_ce_meta WHERE id = 1170101 AND name = '_elementor_page_settings' LIMIT 1 |
0.316
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1054 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/includes/frontend.php:842 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 219 AND `id_shop` = 1 |
0.313
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
700 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 189 AND `id_shop` = 1 |
0.313
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 113 AND `id_shop` = 1 |
0.311
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
392 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "btfacebookchats" LIMIT 1 |
0.304
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/facebookproductad/lib/moduleTools.php:425 (isInstalled)
/modules/facebookproductad/facebookproductad.php:142 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
752 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `pswc_cms_category` bcp INNER JOIN `pswc_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `pswc_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 1
AND bcp.`id_parent` = 8 AND cs.`id_shop` = 1 AND cl.`id_shop` = 1 |
0.302
ms
|
1 |
|
|
/modules/ps_mainmenu/ps_mainmenu.php:865
/modules/ps_mainmenu/ps_mainmenu.php:525 (getCMSCategories)
/modules/ps_mainmenu/ps_mainmenu.php:609 (generateCMSCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
6 |
SELECT SQL_NO_CACHE *
FROM `pswc_country` a
LEFT JOIN `pswc_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `pswc_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 3) LIMIT 1 |
0.299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
522 |
SELECT SQL_NO_CACHE *
FROM `pswc_ce_theme` a
LEFT JOIN `pswc_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = 1
LEFT JOIN `pswc_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = 1
WHERE (a.`id_ce_theme` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:101 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:146 (getInstance)
/modules/creativeelements/core/documents-manager.php:195 (CE\get_post)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/includes/frontend.php:842 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
694 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 162 AND `id_shop` = 1 |
0.295
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
435 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 46508) LIMIT 1 |
0.294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
641 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 232) LIMIT 1 |
0.293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 235) LIMIT 1 |
0.293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
379 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.292
ms
|
0 |
|
|
/classes/module/Module.php:2106
/classes/controller/FrontController.php:1613 (isEnabled)
/classes/controller/FrontController.php:1756 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:269 (getTemplateVarPage)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
687 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 195) LIMIT 1 |
0.292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 atmcw.*, atmcwl.*
FROM `pswc_pm_advancedtopmenu_columns_wrap` atmcw
LEFT JOIN `pswc_pm_advancedtopmenu_columns_wrap_lang` atmcwl ON (atmcw.`id_wrap` = atmcwl.`id_wrap` AND atmcwl.`id_lang` = 1)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 5
ORDER BY atmcw.`position` |
0.292
ms
|
3 |
Yes
|
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:135
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:142 (getMenuColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4930 (getMenusColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 182) LIMIT 1 |
0.292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 243 AND `id_shop` = 1 |
0.292
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
730 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 233 AND `id_shop` = 1 |
0.287
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
984 |
SELECT SQL_NO_CACHE *
FROM `pswc_af_googlereviews` gr
WHERE (gr.active = 1 AND gr.rating >= 4) AND (gr.text != "")
ORDER BY gr.position DESC
LIMIT 20 |
0.287
ms
|
31 |
Yes
|
|
/modules/afgooglereviews/classes/GoogleReviews.php:88
/modules/afgooglereviews/afgooglereviews.php:994 (getGoogleReviews)
/modules/afgooglereviews/afgooglereviews.php:924 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:369 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
773 |
SELECT SQL_NO_CACHE atmcw.*, atmcwl.*
FROM `pswc_pm_advancedtopmenu_columns_wrap` atmcw
LEFT JOIN `pswc_pm_advancedtopmenu_columns_wrap_lang` atmcwl ON (atmcw.`id_wrap` = atmcwl.`id_wrap` AND atmcwl.`id_lang` = 1)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 6
ORDER BY atmcw.`position` |
0.287
ms
|
4 |
Yes
|
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:135
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:142 (getMenuColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4930 (getMenusColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `id_country`
FROM `pswc_country`
WHERE `iso_code` = 'US' AND active = 1 LIMIT 1 |
0.285
ms
|
1 |
|
|
/classes/Country.php:194
/classes/controller/FrontController.php:345 (getByIso)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
589 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 207 AND `id_shop` = 1 |
0.285
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
754 |
SELECT SQL_NO_CACHE *
FROM `pswc_cms` a
LEFT JOIN `pswc_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `pswc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 208) AND (b.`id_shop` = 1) LIMIT 1 |
0.283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:538 (__construct)
:undefined ({closure})
/modules/ps_mainmenu/ps_mainmenu.php:543 (array_map)
/modules/ps_mainmenu/ps_mainmenu.php:609 (generateCMSCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/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 pswc_shop s
LEFT JOIN pswc_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.281
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)
|
521 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 194040101 AND name = '_wp_page_template' LIMIT 1 |
0.280
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:971 (CE\get_post_meta)
/modules/creativeelements/modules/page-templates/module.php:72 (getMeta)
/modules/creativeelements/classes/wrappers/Helper.php:271 (templateInclude)
/modules/creativeelements/creativeelements.php:632 (CE\apply_filters)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 223 AND `id_shop` = 1 |
0.280
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
526 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 2170101 AND name = '_elementor_css' LIMIT 1 |
0.279
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/base.php:128 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
731 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 229) LIMIT 1 |
0.279
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 216 AND `id_shop` = 1 |
0.278
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
774 |
SELECT SQL_NO_CACHE atmcw.*, atmcwl.*
FROM `pswc_pm_advancedtopmenu_columns_wrap` atmcw
LEFT JOIN `pswc_pm_advancedtopmenu_columns_wrap_lang` atmcwl ON (atmcw.`id_wrap` = atmcwl.`id_wrap` AND atmcwl.`id_lang` = 1)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 7
ORDER BY atmcw.`position` |
0.278
ms
|
3 |
Yes
|
|
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:135
/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php:142 (getMenuColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4930 (getMenusColumnsWrap)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4900 (outputMenuContent)
/classes/Hook.php:993 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/modules/creativeelements/classes/wrappers/Helper.php:1038 (smartyHook)
:undefined (CE\parse_shortcode)
/modules/creativeelements/classes/wrappers/Helper.php:956 (preg_replace_callback)
/modules/creativeelements/includes/widgets/shortcode.php:121 (CE\do_shortcode)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_cms_category` a
LEFT JOIN `pswc_cms_category_lang` `b` ON a.`id_cms_category` = b.`id_cms_category` AND b.`id_lang` = 1
LEFT JOIN `pswc_cms_category_shop` `c` ON a.`id_cms_category` = c.`id_cms_category` AND c.`id_shop` = 1
WHERE (a.`id_cms_category` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/override/classes/CMSCategory.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:523 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:609 (generateCMSCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
980 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `pswc_product_attribute_combination` pac
LEFT JOIN `pswc_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pswc_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pswc_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 24427
ORDER BY ag.`position` ASC, a.`position` ASC |
0.275
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/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:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:369 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
642 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 232 AND `id_shop` = 1 |
0.274
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
820 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 1170101 AND name = '_elementor_version' LIMIT 1 |
0.273
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:933 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:229 (getMainMeta)
/modules/creativeelements/modules/theme/documents/theme-document.php:89 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
355 |
SELECT SQL_NO_CACHE *
FROM `pswc_currency` a
LEFT JOIN `pswc_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `pswc_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
975 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 46356) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.271
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
362 |
SELECT SQL_NO_CACHE *
FROM `pswc_country` a
LEFT JOIN `pswc_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `pswc_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
0.270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/controller/FrontController.php:350 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
763 |
SELECT SQL_NO_CACHE *
FROM `pswc_cms` a
LEFT JOIN `pswc_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `pswc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 216) AND (b.`id_shop` = 1) LIMIT 1 |
0.270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:538 (__construct)
:undefined ({closure})
/modules/ps_mainmenu/ps_mainmenu.php:543 (array_map)
/modules/ps_mainmenu/ps_mainmenu.php:609 (generateCMSCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
672 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 156) LIMIT 1 |
0.269
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
414 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 288 AND pa.`id_product` = 288 AND pa.`id_product_attribute` = 24427 LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
658 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 214) LIMIT 1 |
0.266
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
943 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24464) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
669 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 140 AND `id_shop` = 1 |
0.264
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
712 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 190 AND `id_shop` = 1 |
0.264
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 220) LIMIT 1 |
0.263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
640 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 224 AND `id_shop` = 1 |
0.262
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
865 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_lang`
WHERE `id_product` = 631 AND `id_shop` = 1 |
0.261
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
534 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.260
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/creativeelements/includes/widgets/nav-menu.php:184 (isEnabled)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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_module` FROM `pswc_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.260
ms
|
0 |
|
|
/classes/module/Module.php:2106
/modules/creativeelements/includes/widgets/contact-form.php:1368 (isEnabled)
/modules/creativeelements/includes/widgets/contact-form.php:1359 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1073 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:896 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:941 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 186 AND `id_shop` = 1 |
0.259
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 249) LIMIT 1 |
0.258
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
702 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 164 AND `id_shop` = 1 |
0.258
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
408 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_group`
WHERE `id_group` = 1 LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3984 (getReductionByIdGroup)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
459 |
SELECT SQL_NO_CACHE `image_type`
FROM `pswc_pm_advancedtopmenu_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 1 |
0.257
ms
|
18 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5599
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5581 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5573 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4764 (hasAtLeastOneMiIcon)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
686 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 244 AND `id_shop` = 1 |
0.256
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 141 AND `id_shop` = 1 |
0.255
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
703 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 243) LIMIT 1 |
0.255
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 value FROM pswc_ce_meta WHERE id = 2170101 AND name = '_elementor_data' LIMIT 1 |
0.253
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:847 (getElementsData)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
437 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pswc_image` i
INNER JOIN pswc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 286
AND image_shop.`cover` = 1 LIMIT 1 |
0.252
ms
|
6 |
|
|
/classes/Product.php:3563
/classes/Product.php:5602 (getCover)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
585 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 137 AND `id_shop` = 1 |
0.252
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 156 AND `id_shop` = 1 |
0.251
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_cms` a
LEFT JOIN `pswc_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `pswc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 214) AND (b.`id_shop` = 1) LIMIT 1 |
0.251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:538 (__construct)
:undefined ({closure})
/modules/ps_mainmenu/ps_mainmenu.php:543 (array_map)
/modules/ps_mainmenu/ps_mainmenu.php:609 (generateCMSCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `pswc_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
523 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 2170101 AND name = '_elementor_page_settings' LIMIT 1 |
0.250
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1054 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/includes/frontend.php:842 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 212 AND `id_shop` = 1 |
0.249
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
701 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 164) LIMIT 1 |
0.247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 136 AND `id_shop` = 1 |
0.246
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
683 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 159) LIMIT 1 |
0.246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 170 AND `id_shop` = 1 |
0.246
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 237 AND `id_shop` = 1 |
0.246
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category_lang`
WHERE `id_category` = 182 AND `id_shop` = 1 |
0.245
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category_lang`
WHERE `id_category` = 193 AND `id_shop` = 1 |
0.244
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 171 AND `id_shop` = 1 |
0.243
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
829 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `pswc_currency` c
LEFT JOIN pswc_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.242
ms
|
2 |
|
|
/classes/Currency.php:1138
/classes/Currency.php:1155 (countActiveCurrencies)
/classes/module/Module.php:2201 (isMultiCurrencyActivated)
/modules/ps_linklist/ps_linklist.php:276 (getCacheId)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f8/69/7f/f8697fdf083876589715b7556a3497c99662a5c8_2.file.head.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f8/69/7f/f8697fdf083876589715b7556a3497c99662a5c8_2.file.head.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1cd803_10096477)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:134 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
381 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 194) AND (b.`id_shop` = 1) LIMIT 1 |
0.241
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1214 (getCategoryLink)
/classes/controller/FrontController.php:2123 (getLanguageLink)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
461 |
SELECT SQL_NO_CACHE `image_type`
FROM `pswc_pm_advancedtopmenu_elements_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 1 |
0.241
ms
|
249 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5599
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5587 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5573 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4764 (hasAtLeastOneMiIcon)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
626 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 236 AND `id_shop` = 1 |
0.240
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
595 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 211 AND `id_shop` = 1 |
0.240
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
603 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 245 AND `id_shop` = 1 |
0.238
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
17 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pswc_hook_alias` |
0.237
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:710 (getHookAliasesFor)
/classes/Hook.php:803 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
447 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 286 AND pa.`id_product` = 286 AND pa.`id_product_attribute` = 24463 LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
451 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute` a
LEFT JOIN `pswc_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 24463) LIMIT 1 |
0.237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
736 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 235 AND `id_shop` = 1 |
0.237
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
432 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pswc_product` p LEFT JOIN `pswc_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pswc_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 631 AND pa.`id_product` = 631 AND pa.`id_product_attribute` = 46508 LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/Product.php:1203
/classes/Product.php:5756 (getAvailableDate)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
617 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 184 AND `id_shop` = 1 |
0.236
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
982 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `pswc_product_attribute_combination` pac
LEFT JOIN `pswc_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pswc_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pswc_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 24463
ORDER BY ag.`position` ASC, a.`position` ASC |
0.236
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/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:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:369 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
383 |
SELECT SQL_NO_CACHE * FROM `pswc_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.235
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:368 (getImagesTypes)
/classes/controller/FrontController.php:1571 (getNoPictureImage)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
690 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 160 AND `id_shop` = 1 |
0.235
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
691 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 161) LIMIT 1 |
0.234
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
981 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `pswc_product_attribute_combination` pac
LEFT JOIN `pswc_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pswc_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pswc_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 46508
ORDER BY ag.`position` ASC, a.`position` ASC |
0.234
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/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:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:369 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 `pswc_category_lang`
WHERE `id_category` = 187 AND `id_shop` = 1 |
0.233
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
689 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 160) LIMIT 1 |
0.233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
582 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 250) LIMIT 1 |
0.232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
601 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 217 AND `id_shop` = 1 |
0.232
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
695 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 163) LIMIT 1 |
0.232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
647 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 227) LIMIT 1 |
0.231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
679 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 252 AND `id_shop` = 1 |
0.231
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 192) LIMIT 1 |
0.231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
516 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pswc_product_attribute`
WHERE `id_product` = 286 |
0.231
ms
|
35 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:696 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
696 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 163 AND `id_shop` = 1 |
0.230
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
646 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 226 AND `id_shop` = 1 |
0.230
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 170) LIMIT 1 |
0.229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 210 AND `id_shop` = 1 |
0.229
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
537 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 110) LIMIT 1 |
0.228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
586 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 241) LIMIT 1 |
0.228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 209 AND `id_shop` = 1 |
0.228
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category_lang`
WHERE `id_category` = 194 AND `id_shop` = 1 |
0.227
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/facebookproductad/lib/moduleTools.php:481 (__construct)
/modules/facebookproductad/lib/pixel/pixelCategory.php:127 (getProductPath)
/modules/facebookproductad/lib/pixel/basePixel.php:189 (setContentCategory)
/modules/facebookproductad/lib/moduleTools.php:1564 (set)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
720 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 168 AND `id_shop` = 1 |
0.227
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 191 AND `id_shop` = 1 |
0.227
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 241 AND `id_shop` = 1 |
0.226
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 203) LIMIT 1 |
0.225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
612 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 139) LIMIT 1 |
0.225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 236) LIMIT 1 |
0.225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
685 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 244) LIMIT 1 |
0.225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 213 AND `id_shop` = 1 |
0.225
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
670 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) LIMIT 1 |
0.225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
600 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 217) LIMIT 1 |
0.224
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
995 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 194040101 AND name = '_wp_page_template' LIMIT 1 |
0.224
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/settings/page/manager.php:243 (CE\get_post_meta)
/modules/creativeelements/core/settings/base/manager.php:311 (getSavedSettings)
/modules/creativeelements/core/settings/base/manager.php:108 (createModel)
/modules/creativeelements/core/settings/page/manager.php:77 (getModel)
/modules/creativeelements/core/settings/manager.php:170 (getModelForConfig)
/modules/creativeelements/includes/frontend.php:1030 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/base/app.php:39 (getSettings)
/modules/creativeelements/includes/frontend.php:503 (printConfig)
/modules/creativeelements/includes/frontend.php:583 (enqueueScripts)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
634 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 240 AND `id_shop` = 1 |
0.223
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
659 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 214 AND `id_shop` = 1 |
0.223
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 166 AND `id_shop` = 1 |
0.222
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `image_type`
FROM `pswc_pm_advancedtopmenu_elements_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 1 |
0.222
ms
|
249 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5599
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5587 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5577 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4767 (hasAtLeastOneFaIcon)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
581 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 111 AND `id_shop` = 1 |
0.221
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 240) LIMIT 1 |
0.221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
628 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 238 AND `id_shop` = 1 |
0.221
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 196) LIMIT 1 |
0.221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `pswc_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.220
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
613 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 139 AND `id_shop` = 1 |
0.219
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
653 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 112 AND `id_shop` = 1 |
0.219
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
726 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 228 AND `id_shop` = 1 |
0.218
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
604 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 134) LIMIT 1 |
0.217
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 191) LIMIT 1 |
0.217
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_group_lang`
WHERE `id_group` = 1 |
0.217
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:427 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
580 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 111) LIMIT 1 |
0.217
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
684 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 159 AND `id_shop` = 1 |
0.217
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 167 AND `id_shop` = 1 |
0.217
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
676 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 186) LIMIT 1 |
0.216
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
728 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 230 AND `id_shop` = 1 |
0.216
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
610 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 185) LIMIT 1 |
0.215
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
638 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 231 AND `id_shop` = 1 |
0.215
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
644 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 225 AND `id_shop` = 1 |
0.215
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 169) LIMIT 1 |
0.215
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category_lang`
WHERE `id_category` = 192 AND `id_shop` = 1 |
0.215
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
957 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24482) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
399 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 24427 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
453 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 194) LIMIT 1 |
0.214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/facebookproductad/lib/moduleTools.php:481 (__construct)
/modules/facebookproductad/lib/pixel/pixelCategory.php:127 (getProductPath)
/modules/facebookproductad/lib/pixel/basePixel.php:189 (setContentCategory)
/modules/facebookproductad/lib/moduleTools.php:1564 (set)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
619 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 138 AND `id_shop` = 1 |
0.214
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 231) LIMIT 1 |
0.213
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 169 AND `id_shop` = 1 |
0.213
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
578 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 249 AND `id_shop` = 1 |
0.213
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 188) LIMIT 1 |
0.213
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 165) LIMIT 1 |
0.213
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 167) LIMIT 1 |
0.212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 172) LIMIT 1 |
0.212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
359 |
SELECT SQL_NO_CACHE *
FROM `pswc_currency` a
LEFT JOIN `pswc_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `pswc_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
568 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 158 AND `id_shop` = 1 |
0.211
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 210) LIMIT 1 |
0.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 212) LIMIT 1 |
0.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
654 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 142) LIMIT 1 |
0.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 138) LIMIT 1 |
0.210
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
540 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 132 AND `id_shop` = 1 |
0.209
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category_lang`
WHERE `id_category` = 198 AND `id_shop` = 1 |
0.209
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 136) LIMIT 1 |
0.208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 166) LIMIT 1 |
0.208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
607 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 157 AND `id_shop` = 1 |
0.208
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
627 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 238) LIMIT 1 |
0.208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
645 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 226) LIMIT 1 |
0.208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 196 AND `id_shop` = 1 |
0.208
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
13 |
SELECT SQL_NO_CACHE *
FROM `pswc_lang` a
LEFT JOIN `pswc_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.207
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Tools.php:640 (__construct)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
12 |
SELECT SQL_NO_CACHE `id_lang` FROM `pswc_lang` WHERE `iso_code` = 'en' LIMIT 1 |
0.207
ms
|
3 |
|
|
/classes/Language.php:823
/classes/Tools.php:626 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
556 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 203 AND `id_shop` = 1 |
0.207
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 195 AND `id_shop` = 1 |
0.207
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
738 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 172 AND `id_shop` = 1 |
0.207
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
385 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `pswc_country`
WHERE `id_country` = 3 LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
664 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 218) LIMIT 1 |
0.206
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
584 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 137) LIMIT 1 |
0.205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category_lang`
WHERE `id_category` = 134 AND `id_shop` = 1 |
0.205
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
698 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 188 AND `id_shop` = 1 |
0.205
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
727 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 230) LIMIT 1 |
0.205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category_lang`
WHERE `id_category` = 173 AND `id_shop` = 1 |
0.205
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
747 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 193) LIMIT 1 |
0.205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 209) LIMIT 1 |
0.205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
674 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 187) LIMIT 1 |
0.204
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
678 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 252) LIMIT 1 |
0.204
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category_lang`
WHERE `id_category` = 246 AND `id_shop` = 1 |
0.203
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
989 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 192010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.203
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1054 (CE\get_post_meta)
/modules/creativeelements/core/document-types/page-base.php:227 (__construct)
/modules/creativeelements/core/kits/documents/kit.php:23 (__construct)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/kits/manager.php:51 (get)
/modules/creativeelements/core/kits/manager.php:128 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:106 (getKitForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:222 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:556 (CE\do_action)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
665 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 218 AND `id_shop` = 1 |
0.203
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category_lang`
WHERE `id_category` = 174 AND `id_shop` = 1 |
0.203
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_product_lang`
WHERE `id_product` = 288 AND `id_shop` = 1 |
0.203
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
449 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 286
AND `required` = 1 AND `is_deleted` = 0 |
0.202
ms
|
2 |
|
|
/classes/Product.php:6555
/classes/Product.php:5782 (getRequiredCustomizableFieldsStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
465 |
SELECT SQL_NO_CACHE `name`
FROM `pswc_hook`
WHERE `id_hook` = 14 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:867 (getNameById)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
538 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 110 AND `id_shop` = 1 |
0.202
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
542 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 242 AND `id_shop` = 1 |
0.202
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category_lang`
WHERE `id_category` = 197 AND `id_shop` = 1 |
0.202
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
632 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 239 AND `id_shop` = 1 |
0.202
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
662 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 216) LIMIT 1 |
0.202
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
719 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 168) LIMIT 1 |
0.202
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
386 |
SELECT SQL_NO_CACHE *
FROM `pswc_country` a
LEFT JOIN `pswc_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 3) LIMIT 1 |
0.201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
631 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 239) LIMIT 1 |
0.201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 175) LIMIT 1 |
0.201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 ctg.`id_group`
FROM pswc_category_group ctg
WHERE ctg.`id_category` = 194 AND ctg.`id_group` = 1 LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/Category.php:1751
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
393 |
SELECT SQL_NO_CACHE * FROM `pswc_image_type` |
0.200
ms
|
7 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/modules/facebookproductad/conf/moduleConfiguration.php:649 (getFormattedName)
/modules/facebookproductad/facebookproductad.php:154 (getConfVar)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24427) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
569 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 129) LIMIT 1 |
0.200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
608 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 135) LIMIT 1 |
0.200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
655 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 142 AND `id_shop` = 1 |
0.200
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
725 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 228) LIMIT 1 |
0.200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 174) LIMIT 1 |
0.200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
583 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 250 AND `id_shop` = 1 |
0.199
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 171) LIMIT 1 |
0.199
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
548 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 201 AND `id_shop` = 1 |
0.199
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 223) LIMIT 1 |
0.199
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_currency_lang`
WHERE `id_currency` = 2 |
0.198
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1091 (__construct)
/classes/controller/FrontController.php:354 (getCurrencyInstance)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
424 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 46508 LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
550 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 205 AND `id_shop` = 1 |
0.198
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
729 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 233) LIMIT 1 |
0.198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 213) LIMIT 1 |
0.198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 lb.`id_link_block`
FROM pswc_link_block lb
INNER JOIN pswc_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 515 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.197
ms
|
6 |
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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f8/69/7f/f8697fdf083876589715b7556a3497c99662a5c8_2.file.head.tpl.php:189 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f8/69/7f/f8697fdf083876589715b7556a3497c99662a5c8_2.file.head.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1cd803_10096477)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:134 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
545 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 202) LIMIT 1 |
0.197
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
552 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 204 AND `id_shop` = 1 |
0.197
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 237) LIMIT 1 |
0.197
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
639 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 224) LIMIT 1 |
0.197
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
660 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 215) LIMIT 1 |
0.197
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 225) LIMIT 1 |
0.196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
916 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46556) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 245) LIMIT 1 |
0.195
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `image_type`
FROM `pswc_pm_advancedtopmenu_columns_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 1 |
0.193
ms
|
58 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5599
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5584 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5573 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4764 (hasAtLeastOneMiIcon)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
648 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 227 AND `id_shop` = 1 |
0.193
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
387 |
SELECT SQL_NO_CACHE *
FROM `pswc_country_lang`
WHERE `id_country` = 3 |
0.193
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
543 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 198) LIMIT 1 |
0.193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
363 |
SELECT SQL_NO_CACHE *
FROM `pswc_currency` a
LEFT JOIN `pswc_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1091 (__construct)
/classes/controller/FrontController.php:354 (getCurrencyInstance)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
893 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46533) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
356 |
SELECT SQL_NO_CACHE `id_lang` FROM `pswc_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.191
ms
|
3 |
|
|
/classes/Language.php:852
/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:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
370 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module_shop` WHERE `id_module` = 113 AND `id_shop` = 1 LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/mollie/src/Handler/ErrorHandler/ErrorHandler.php:101 (isEnabled)
/modules/mollie/src/Handler/ErrorHandler/ErrorHandler.php:138 (__construct)
/modules/mollie/mollie.php:105 (getInstance)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/controller/FrontController.php:477 (exec)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
428 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
572 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 183 AND `id_shop` = 1 |
0.190
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
547 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 201) LIMIT 1 |
0.190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
557 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 197) LIMIT 1 |
0.190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
997 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 0 AND name = '_u_elementor_preferences' LIMIT 1 |
0.187
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/classes/wrappers/UId.php:329 (CE\get_post_meta)
/modules/creativeelements/core/settings/editor-preferences/manager.php:59 (CE\get_user_meta)
/modules/creativeelements/core/settings/base/manager.php:311 (getSavedSettings)
/modules/creativeelements/core/settings/base/manager.php:108 (createModel)
/modules/creativeelements/core/settings/editor-preferences/manager.php:31 (getModel)
/modules/creativeelements/core/settings/manager.php:170 (getModelForConfig)
/modules/creativeelements/includes/frontend.php:1030 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/base/app.php:39 (getSettings)
/modules/creativeelements/includes/frontend.php:503 (printConfig)
/modules/creativeelements/includes/frontend.php:583 (enqueueScripts)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
565 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 127) LIMIT 1 |
0.186
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
546 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 202 AND `id_shop` = 1 |
0.185
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 126) LIMIT 1 |
0.185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category_lang`
WHERE `id_category` = 129 AND `id_shop` = 1 |
0.185
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
443 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5742 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
562 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 126 AND `id_shop` = 1 |
0.184
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
944 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24465) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
549 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 205) LIMIT 1 |
0.184
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 242) LIMIT 1 |
0.183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 204) LIMIT 1 |
0.183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/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 *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 183) LIMIT 1 |
0.183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
559 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 246) LIMIT 1 |
0.183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
563 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a
LEFT JOIN `pswc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 128) LIMIT 1 |
0.182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
439 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pswc_product_attribute` pa
INNER JOIN pswc_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 24463 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5624 (getPrice)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
990 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 192010000 AND name = '_elementor_css' LIMIT 1 |
0.180
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/kits/manager.php:114 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:556 (CE\do_action)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 *
FROM `pswc_category_lang`
WHERE `id_category` = 128 AND `id_shop` = 1 |
0.179
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
566 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 127 AND `id_shop` = 1 |
0.179
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:789 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:579 (generateCategoriesMenu)
/modules/ps_mainmenu/ps_mainmenu.php:1474 (makeMenu)
/modules/creativeelements/includes/widgets/nav-menu.php:535 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
854 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24450) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
382 |
SELECT SQL_NO_CACHE state FROM pswc_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/classes/controller/FrontController.php:1570 (__construct)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
509 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pswc_product_attribute`
WHERE `id_product` = 288 |
0.179
ms
|
28 |
|
|
/classes/Product.php:2895
/src/Adapter/Image/ImageRetriever.php:83 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:696 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
397 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pswc_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 194 LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
992 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 192010000 AND name = '_elementor_data' LIMIT 1 |
0.177
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:66 (getElementsData)
/modules/creativeelements/core/files/css/post.php:187 (getData)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/kits/manager.php:114 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:556 (CE\do_action)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
436 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46508 |
0.176
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
452 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 24463 |
0.176
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5843 (__construct)
/classes/Product.php:5806 (computeUnitPriceRatio)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
463 |
SELECT SQL_NO_CACHE `image_type`
FROM `pswc_pm_advancedtopmenu_columns_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 1 |
0.176
ms
|
58 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5599
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5584 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5577 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4767 (hasAtLeastOneFaIcon)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
401 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 288 AND id_shop=1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
888 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46528) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
993 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 194040101 AND name = '_elementor_edit_mode' LIMIT 1 |
0.173
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/includes/db.php:306 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:214 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:562 (enqueue)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
441 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 286 AND id_shop=1 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
445 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24463) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/classes/Product.php:5752 (getQuantity)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
358 |
SELECT SQL_NO_CACHE c.id_currency
FROM `pswc_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/Currency.php:895
/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:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
506 |
SELECT SQL_NO_CACHE state FROM pswc_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/classes/ProductPresenterFactory.php:85 (__construct)
/classes/controller/ProductPresentingFrontController.php:40 (getPresenter)
/classes/controller/ProductListingFrontController.php:111 (getProductPresenter)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
822 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "afgooglereviews" LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:214 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:232 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
996 |
SELECT SQL_NO_CACHE id_ce_revision FROM pswc_ce_revision WHERE parent = 194040101 AND active = 0 AND id_employee = 0 LIMIT 1 |
0.170
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:510
/modules/creativeelements/includes/utils.php:198 (CE\wp_get_post_autosave)
/modules/creativeelements/core/base/document.php:861 (getPostAutosave)
/modules/creativeelements/core/documents-manager.php:246 (getAutosaveId)
/modules/creativeelements/core/settings/page/model.php:173 (getDocOrAutoSave)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/includes/base/controls-stack.php:991 (getSettings)
/modules/creativeelements/includes/base/controls-stack.php:1076 (getParsedDynamicSettings)
/modules/creativeelements/includes/base/controls-stack.php:1158 (getSettingsForDisplay)
/modules/creativeelements/core/settings/manager.php:173 (getFrontendSettings)
/modules/creativeelements/includes/frontend.php:1030 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/base/app.php:39 (getSettings)
/modules/creativeelements/includes/frontend.php:503 (printConfig)
/modules/creativeelements/includes/frontend.php:583 (enqueueScripts)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
421 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pswc_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 244 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:5617 (getLinkRewrite)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
836 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24428) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 format
FROM `pswc_address_format`
WHERE `id_country` = 3 LIMIT 1 |
0.166
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:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
462 |
SELECT SQL_NO_CACHE `image_type`
FROM `pswc_pm_advancedtopmenu_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 1 |
0.165
ms
|
18 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5599
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5581 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5577 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4767 (hasAtLeastOneFaIcon)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
426 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 631 AND id_shop=1 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
869 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46509) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
879 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46519) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
891 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46531) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
991 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 192010000 AND name = '_elementor_css' LIMIT 1 |
0.162
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/base.php:128 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/kits/manager.php:114 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:556 (CE\do_action)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:156 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:129 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
360 |
SELECT SQL_NO_CACHE `id_lang` FROM `pswc_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.161
ms
|
3 |
|
|
/classes/Language.php:852
/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:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
945 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24466) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
976 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 46357) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
368 |
SELECT SQL_NO_CACHE id_shop
FROM `pswc_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:427 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
398 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 194 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
455 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `pswc_category` c
WHERE (c.`id_category` = 194) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/Category.php:1971
/modules/facebookproductad/lib/moduleTools.php:510 (getInterval)
/modules/facebookproductad/lib/moduleTools.php:483 (getPath)
/modules/facebookproductad/lib/pixel/pixelCategory.php:127 (getProductPath)
/modules/facebookproductad/lib/pixel/basePixel.php:189 (setContentCategory)
/modules/facebookproductad/lib/moduleTools.php:1564 (set)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
438 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 194 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
357 |
SELECT SQL_NO_CACHE `id_lang` FROM `pswc_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.156
ms
|
3 |
|
|
/classes/Language.php:852
/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:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
856 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24452) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 id_shop
FROM `pswc_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Tools.php:641 (isAssociatedToShop)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
365 |
SELECT SQL_NO_CACHE id_shop
FROM `pswc_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Tools.php:691 (isAssociatedToShop)
/classes/controller/FrontController.php:360 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
894 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46534) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
934 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46574) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
909 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46549) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
950 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24471) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 244 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Product.php:5618
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
844 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24436) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
919 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46559) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
960 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24485) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
927 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46567) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
885 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46525) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
908 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46548) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
948 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24469) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
850 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24446) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
905 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46545) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
906 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46546) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
458 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "pm_advancedcookiebanner" LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/facebookproductad/lib/moduleTools.php:425 (isInstalled)
/modules/facebookproductad/lib/moduleTools.php:1783 (isInstalled)
/modules/facebookproductad/lib/hook/hookDisplay.php:128 (getConsentStatus)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
843 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24435) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
874 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46514) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
961 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24486) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
427 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 631 AND `id_group` = 1 LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
823 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module_shop` WHERE `id_module` = 150 AND `id_shop` = 1 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:214 (coreRenderWidget)
/modules/creativeelements/includes/widgets/module.php:232 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:849 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/modules/theme/documents/theme-document.php:91 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
890 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46530) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
910 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46550) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
911 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46551) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
914 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46554) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
442 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 286 AND `id_group` = 1 LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/classes/Product.php:5638 (getPriceStatic)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
840 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24432) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
870 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46510) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
880 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46520) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
917 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46557) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
841 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24433) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
951 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24472) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
969 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24494) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
531 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "gdprpro" LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/creativeelements/includes/widgets/contact-form.php:1374 (isEnabled)
/modules/creativeelements/includes/widgets/contact-form.php:1359 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1073 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:896 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:941 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
889 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46529) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
937 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46577) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 c.`nleft`, c.`nright`, c.`level_depth`
FROM `pswc_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Category.php:1971
/modules/facebookproductad/lib/moduleTools.php:511 (getInterval)
/modules/facebookproductad/lib/moduleTools.php:483 (getPath)
/modules/facebookproductad/lib/pixel/pixelCategory.php:127 (getProductPath)
/modules/facebookproductad/lib/pixel/basePixel.php:189 (setContentCategory)
/modules/facebookproductad/lib/moduleTools.php:1564 (set)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
878 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46518) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
913 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46553) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
855 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24451) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
920 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46560) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24429) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
842 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24434) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
845 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24437) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
848 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24444) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
871 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46511) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
912 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46552) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
928 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46568) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
958 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24483) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
876 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46516) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
907 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46547) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
930 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46570) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
946 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24467) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
862 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24458) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
866 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pswc_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 244 LIMIT 1 |
0.138
ms
|
0 |
|
|
/classes/Category.php:1375
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
967 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24492) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
877 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46517) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
849 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24445) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
857 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24453) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46562) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
973 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 46354) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
949 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24470) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
852 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24448) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
875 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46515) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
900 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46540) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
972 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 46353) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
839 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24431) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
873 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46513) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
895 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46535) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
898 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46538) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
924 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46564) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
968 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24493) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
971 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 46352) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
853 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24449) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
896 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46536) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
532 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.135
ms
|
0 |
|
|
/classes/module/Module.php:2106
/modules/creativeelements/includes/widgets/contact-form.php:1374 (isEnabled)
/modules/creativeelements/includes/widgets/contact-form.php:1359 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1073 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:896 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:941 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:773 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:652 (renderTheme)
/classes/Hook.php:993 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:1376 (exec)
/controllers/front/listing/CategoryController.php:154 (getLayout)
/classes/controller/FrontController.php:690 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
861 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24457) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
884 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46524) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
897 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46537) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
921 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46561) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
926 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46566) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
929 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46569) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
936 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46576) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
947 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24468) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
962 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24487) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
964 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24489) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
833 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pswc_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 194 LIMIT 1 |
0.134
ms
|
0 |
|
|
/classes/Category.php:1375
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:663 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
858 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24454) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
881 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46521) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
882 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46522) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
902 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46542) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
918 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46558) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
932 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46572) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
935 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46575) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
959 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24484) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
963 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24488) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
970 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 46351) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24430) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
859 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24455) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
872 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46512) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
923 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 631) AND (id_product_attribute = 46563) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
952 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24473) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
966 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 286) AND (id_product_attribute = 24491) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/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/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/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/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/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/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24438) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2fcbf7_75273839)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f5ee3_62030240)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c2f2c75_24587983)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (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/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_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/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1859d5_43050183)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c129ff8_73358806)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c1265f3_49861144)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c11f940_70102603)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
851 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 288) AND (id_product_attribute = 24447) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (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/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c403304_23228156)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6875148c3b2754_62454682)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
|